diff --git a/Gemfile b/Gemfile index e701736..cf0e291 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ ruby '3.4.1' gem 'colorize', '~> 1.0.4', require: false # Check code quality -gem 'rubocop', '~> 1.71.0', require: false +gem 'rubocop', '~> 1.71.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 07fbfe7..e347fea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM ast (2.4.2) colorize (1.0.5) json (2.9.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) parallel (1.26.3) parser (3.3.7.0) ast (~> 2.4.1) @@ -12,17 +12,17 @@ GEM racc (1.8.1) rainbow (3.1.1) regexp_parser (2.10.0) - rubocop (1.71.0) + rubocop (1.71.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) unicode-display_width (3.1.4) @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES colorize (~> 1.0.4) - rubocop (~> 1.71.0) + rubocop (~> 1.71.1) RUBY VERSION ruby 3.4.1p0