diff --git a/Gemfile b/Gemfile index 6cc0c6b..3333874 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :development do gem "byebug", "~> 13.0" gem "rake", "~> 13.4" gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.88" + gem "rubocop", "~> 1.89" gem "rubocop-performance", "~> 1.26" gem "rubocop-rake", "~> 0.7" gem "rubocop-rspec", "~> 3.10" diff --git a/Gemfile.lock b/Gemfile.lock index 87182f7..93bc389 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,11 +12,11 @@ GEM diff-lcs (1.6.2) docile (1.4.1) io-console (0.8.2) - json (2.20.0) + json (2.21.2) language_server-protocol (3.17.0.6) lint_roller (1.1.0) parallel (2.1.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prism (1.9.0) @@ -39,7 +39,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.7) - rubocop (1.88.2) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -83,7 +83,7 @@ DEPENDENCIES byebug (~> 13.0) rake (~> 13.4) rspec (~> 3.13) - rubocop (~> 1.88) + rubocop (~> 1.89) rubocop-performance (~> 1.26) rubocop-rake (~> 0.7) rubocop-rspec (~> 3.10)