Skip to content

Commit

Permalink
Bump rubocop and rubocop-github so that the CI can run again
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Nov 20, 2023
1 parent 6bc78de commit e69c039
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source "https://rubygems.org"
group :development, :test do
gem "minitest"
gem "rake"
gem "rubocop", "0.59"
gem "rubocop-github", "0.12.0"
gem "rubocop", "1.57"
gem "rubocop-github", "0.20.0"
end
4 changes: 2 additions & 2 deletions lib/octicons_gem/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gemspec
group :development, :test do
gem "minitest"
gem "rake"
gem "rubocop", "0.59"
gem "rubocop-github", "0.12.0"
gem "rubocop", "1.57"
gem "rubocop-github", "0.20.0"
end
4 changes: 2 additions & 2 deletions lib/octicons_helper/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gem "rails"
group :development, :test do
gem "minitest"
gem "rake"
gem "rubocop", "0.59"
gem "rubocop-github", "0.12.0"
gem "rubocop", "1.57"
gem "rubocop-github", "0.20.0"
end
4 changes: 2 additions & 2 deletions lib/octicons_jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gem "octicons", "19.8.0"
group :development, :test do
gem "minitest"
gem "rake"
gem "rubocop", "0.59"
gem "rubocop-github", "0.12.0"
gem "rubocop", "1.57"
gem "rubocop-github", "0.20.0"
end

0 comments on commit e69c039

Please sign in to comment.