diff --git a/Gemfile b/Gemfile index 3333874..2942120 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development do gem "rake", "~> 13.4" gem "rspec", "~> 3.13" gem "rubocop", "~> 1.89" - gem "rubocop-performance", "~> 1.26" + gem "rubocop-performance", "~> 1.27" gem "rubocop-rake", "~> 0.7" gem "rubocop-rspec", "~> 3.10" gem "simplecov", "~> 0.22", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 93bc389..3fcd7f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,9 +53,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) @@ -84,7 +84,7 @@ DEPENDENCIES rake (~> 13.4) rspec (~> 3.13) rubocop (~> 1.89) - rubocop-performance (~> 1.26) + rubocop-performance (~> 1.27) rubocop-rake (~> 0.7) rubocop-rspec (~> 3.10) simplecov (~> 0.22)