diff --git a/Gemfile b/Gemfile index f6c9b17..a49737c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rake', '~> 13.4' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.87' +gem 'rubocop', '~> 1.88' gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 89ad4c8..0d5ff21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.8) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -77,7 +77,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.87.0) + rubocop (1.88.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -121,7 +121,7 @@ DEPENDENCIES public_suffix (< 7.0) rake (~> 13.4) rspec (~> 3.0) - rubocop (~> 1.87) + rubocop (~> 1.88) rubocop-rake (~> 0.6) rubocop-rspec (~> 3.0) vcr (~> 6.0)