diff --git a/.rubocop.yml b/.rubocop.yml index ca35aef4..17c844c1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -67,6 +67,9 @@ Naming/VariableNumber: Style/AccessorGrouping: Enabled: false +Style/ArrayFirstLast: + Enabled: false + Style/ClassAndModuleChildren: Enabled: false diff --git a/Gemfile b/Gemfile index c9a3c987..60c699de 100644 --- a/Gemfile +++ b/Gemfile @@ -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