diff --git a/Gemfile b/Gemfile index 6e16fe13c9..018a33c181 100644 --- a/Gemfile +++ b/Gemfile @@ -193,7 +193,7 @@ group :development do gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0' gem 'launchy', '< 2.6.0' gem 'web-console', '>= 3.3.0' - gem 'rubocop', '~> 1.56.2', require: false + gem 'rubocop', '~> 1.56.3', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 882e3becb4..5714711963 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -458,7 +458,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - rubocop (1.56.2) + rubocop (1.56.3) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -630,7 +630,7 @@ DEPENDENCIES routing-filter (~> 0.7.0) rspec-activemodel-mocks (~> 1.1.0) rspec-rails (~> 6.0.3) - rubocop (~> 1.56.2) + rubocop (~> 1.56.3) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!