diff --git a/.ruby-style.yml b/.ruby-style.yml index edf54f3e8b..19888f745a 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -1813,6 +1813,9 @@ Style/MagicCommentFormat: Style/MapCompactWithConditionalBlock: Enabled: false +Style/MapIntoArray: + Enabled: false + Style/MapToHash: Enabled: false diff --git a/Gemfile b/Gemfile index bf86849e12..94104959d3 100644 --- a/Gemfile +++ b/Gemfile @@ -197,7 +197,7 @@ group :development do gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0' gem 'launchy', '< 3.1.0' gem 'web-console', '>= 3.3.0' - gem 'rubocop', '~> 1.62.1', require: false + gem 'rubocop', '~> 1.63.1', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index a71174e4e6..dc4bc6cf1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -467,7 +467,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -645,7 +645,7 @@ DEPENDENCIES rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.0) rspec-rails (~> 6.1.2) - rubocop (~> 1.62.1) + rubocop (~> 1.63.1) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!