diff --git a/Gemfile b/Gemfile index 4e0278d57..5c15ad334 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ group :development, :test do gem 'pry-rails', '~> 0.3' # Rubocop for linting - gem 'rubocop', '~> 1.81', require: false + gem 'rubocop', '~> 1.82', require: false # rubocop extensions gem 'rubocop-performance', '~> 1.26.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b3c2c92d4..4f5e8bbdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -415,7 +415,7 @@ GEM rspec-rebound (0.2.1) rspec-core (~> 3.3) rspec-support (3.13.6) - rubocop (1.81.7) + rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -423,12 +423,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.47.1, < 2.0) + rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.48.0) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) rubocop-capybara (2.22.1) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) @@ -576,7 +576,7 @@ DEPENDENCIES rails (~> 7.2.2) rspec-rails (~> 8.0) rspec-rebound (~> 0.2.1) - rubocop (~> 1.81) + rubocop (~> 1.82) rubocop-capybara (~> 2.22) rubocop-factory_bot (~> 2.28) rubocop-performance (~> 1.26.1)