diff --git a/Gemfile b/Gemfile index b17adab..89db7da 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development, :test do gem 'rspec', '~> 3.13' gem 'rspec_junit_formatter', '~> 0.6.0', require: false gem 'rubocop', '~> 1.88', require: false - gem 'rubocop-performance', '~> 1.26', require: false + gem 'rubocop-performance', '~> 1.27', require: false gem 'rubocop-rake', '~> 0.7.1', require: false gem 'rubocop-rspec', '~> 3.10', require: false gem 'simplecov', '~> 0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index a4efdc9..8e876f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,9 +65,9 @@ GEM rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-performance (1.26.1) + rubocop-performance (1.27.0) lint_roller (~> 1.1) - rubocop (>= 1.75.0, < 2.0) + rubocop (>= 1.89.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) rubocop-rake (0.7.1) lint_roller (~> 1.1) @@ -97,7 +97,7 @@ DEPENDENCIES rspec (~> 3.13) rspec_junit_formatter (~> 0.6.0) rubocop (~> 1.88) - rubocop-performance (~> 1.26) + rubocop-performance (~> 1.27) rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10) ruby_api_pack_core!