diff --git a/Gemfile b/Gemfile index ef99e31..d03f733 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.89', 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', '~> 1.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0bca44e..6bd1b1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - json (2.21.1) + json (2.21.2) language_server-protocol (3.17.0.6) lint_roller (1.1.0) mini_mime (1.1.5) @@ -71,9 +71,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) @@ -105,7 +105,7 @@ DEPENDENCIES rspec (~> 3.13) rspec_junit_formatter (~> 0.6.0) rubocop (~> 1.89) - rubocop-performance (~> 1.26) + rubocop-performance (~> 1.27) rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10) ruby_api_pack_cloudways!