diff --git a/Gemfile b/Gemfile index be7402d5024..b7ab561a22e 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 8.0.4' gem 'rspec-wait' - gem 'rubocop', '~> 1.89.0' + gem 'rubocop', '~> 1.90.0' gem 'rubocop-capybara' gem 'rubocop-factory_bot' gem 'rubocop-rails', '~> 2.37' diff --git a/Gemfile.lock b/Gemfile.lock index cd195e0b706..467e43d15a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,8 +296,8 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.89.0) - json (~> 2.3) + rubocop (1.90.0) + json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) parallel (>= 1.10) @@ -479,7 +479,7 @@ DEPENDENCIES rspec-rails (~> 8.0.4) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.89.0) + rubocop (~> 1.90.0) rubocop-capybara rubocop-factory_bot rubocop-rails (~> 2.37)