diff --git a/Gemfile b/Gemfile index 8a3e25e5..f55273c1 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platform: :mri gem 'rubocop', '~> 1.81.1', require: false - gem 'rubocop-performance', '~> 1.25.0' + gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rails', '~> 2.33.3' gem 'dotenv' end diff --git a/Gemfile.lock b/Gemfile.lock index 8c1e7f6c..f75ef39b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,10 +357,10 @@ GEM rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-performance (1.25.0) + rubocop-performance (1.26.0) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) rubocop-rails (2.33.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) @@ -471,7 +471,7 @@ DEPENDENCIES rails (~> 8.0.3) redis (~> 5.4) rubocop (~> 1.81.1) - rubocop-performance (~> 1.25.0) + rubocop-performance (~> 1.26.0) rubocop-rails (~> 2.33.3) sassc-rails (~> 2.1.2) selenium-webdriver