diff --git a/Gemfile b/Gemfile index b91b487a01..a3b3da3993 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'benchmark' gem 'minitest', '5.25.5' gem 'pry', '0.15.2' gem 'rake', '13.2.1' -gem 'rubocop', '1.75.4' +gem 'rubocop', '1.75.8' gem 'rubocop-minitest', '0.38.0' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1ff04aee1a..b2502501c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,8 +14,8 @@ GEM docile (1.4.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.11.3) - language_server-protocol (3.17.0.4) + json (2.12.2) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) minitest (5.25.5) @@ -32,7 +32,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.4) + rubocop (1.75.8) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -78,7 +78,7 @@ DEPENDENCIES minitest (= 5.25.5) pry (= 0.15.2) rake (= 13.2.1) - rubocop (= 1.75.4) + rubocop (= 1.75.8) rubocop-minitest (= 0.38.0) rubocop-rake (= 0.7.1) simplecov (= 0.22.0)