diff --git a/Gemfile b/Gemfile index 283ba03..aac4d02 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'rspec', require: 'spec' -gem 'rubocop', '~> 1.88', require: false +gem 'rubocop', '~> 1.89', require: false gem 'rubocop-rspec', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8efb388..1baae0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,11 +3,11 @@ GEM specs: ast (2.4.3) diff-lcs (1.6.2) - json (2.19.9) - language_server-protocol (3.17.0.5) + json (2.21.2) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) parallel (1.28.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prism (1.9.0) @@ -27,7 +27,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.88.0) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -38,7 +38,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-rspec (3.10.2) @@ -55,7 +55,7 @@ PLATFORMS DEPENDENCIES rspec - rubocop (~> 1.88) + rubocop (~> 1.89) rubocop-rspec BUNDLED WITH