Skip to content

Commit

Permalink
Rubocop: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Apr 7, 2024
1 parent 139c71e commit 663d138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Naming/VariableNumber:
Style/AccessorGrouping:
Enabled: false

Style/ArrayFirstLast:
Enabled: false

Style/ClassAndModuleChildren:
Enabled: false

Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ source 'https://rubygems.org'
gemspec

unless defined? JRUBY_VERSION
gem 'rubocop', '~> 1.50.2'
gem 'rubocop-minitest', '~> 0.30.0'
gem 'rubocop-performance', '~> 1.17.1'
gem 'rubocop', '~> 1.62.1'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-performance', '~> 1.21'
gem 'rubocop-rake', '~> 0.6.0'
end

Expand Down

0 comments on commit 663d138

Please sign in to comment.