Skip to content

Commit

Permalink
Rubocop: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Sep 15, 2024
1 parent 1844648 commit 71f8d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ source 'https://rubygems.org'
gemspec

unless defined? JRUBY_VERSION
gem 'rubocop', '~> 1.63.4'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop', '~> 1.66'
gem 'rubocop-minitest', '~> 0.36'
gem 'rubocop-performance', '~> 1.21'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rake', '~> 0.6'
end

gem 'minitest-reporters'
Expand Down

0 comments on commit 71f8d52

Please sign in to comment.