diff --git a/Gemfile b/Gemfile index 5bccabfb474..7c1f3c7d5fa 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 8.0.0' gem 'rspec-wait' - gem 'rubocop', '~> 1.75.8' + gem 'rubocop', '~> 1.76.0' gem 'rubocop-capybara' gem 'rubocop-factory_bot' gem 'rubocop-rails', '~> 2.32' diff --git a/Gemfile.lock b/Gemfile.lock index a1b670791e7..651eef11443 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,7 +475,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.75.8) + rubocop (1.76.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -483,10 +483,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.1) + rubocop-ast (1.45.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-capybara (2.22.1) @@ -678,7 +678,7 @@ DEPENDENCIES rspec-rails (~> 8.0.0) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.75.8) + rubocop (~> 1.76.0) rubocop-capybara rubocop-factory_bot rubocop-rails (~> 2.32)