diff --git a/Gemfile b/Gemfile index e93c6d2..9f079cd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rubocop', '1.57.1', require: false +gem 'rubocop', '1.57.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 74d7703..4cf7ae2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,6 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - base64 (0.1.1) json (2.6.3) language_server-protocol (3.17.0.3) parallel (1.23.0) @@ -13,8 +12,7 @@ GEM rainbow (3.1.1) regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.57.1) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -25,7 +23,7 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) ruby-progressbar (1.13.0) unicode-display_width (2.5.0) @@ -35,7 +33,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.57.1) + rubocop (= 1.57.2) BUNDLED WITH 2.2.22