diff --git a/Gemfile b/Gemfile index 2efc521..7dc66dd 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.0" -gem "rubocop", "~> 1.86" +gem "rubocop", "~> 1.87" diff --git a/Gemfile.lock b/Gemfile.lock index c8e2fed..9f9869a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.3) + json (2.19.7) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (1.28.0) @@ -57,7 +57,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.1) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -95,7 +95,7 @@ DEPENDENCIES irb rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.86) + rubocop (~> 1.87) simplecov (~> 0.22) validator_rb! webrick (~> 1.8)