diff --git a/Gemfile b/Gemfile index 6378666581..1aed6ca417 100644 --- a/Gemfile +++ b/Gemfile @@ -198,7 +198,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.0', require: false + gem 'rubocop', '~> 1.62.1', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index fc3c8e85ab..a750917702 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -470,7 +470,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.62.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -649,7 +649,7 @@ DEPENDENCIES routing-filter (~> 0.7.0) rspec-activemodel-mocks (~> 1.2.0) rspec-rails (~> 6.1.1) - rubocop (~> 1.62.0) + rubocop (~> 1.62.1) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!