diff --git a/Gemfile b/Gemfile index f49aa90..20a93bc 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem 'rubocop', '~> 1.71' gem 'rubocop-minitest', '~> 0.36' gem 'rubocop-packaging', '~> 0.5' gem 'rubocop-performance', '~> 1.22' -gem 'rubocop-rake', '~> 0.6' +gem 'rubocop-rake', '~> 0.7' diff --git a/Gemfile.lock b/Gemfile.lock index cca2dac..2255fe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,11 @@ GEM remote: https://rubygems.org/ specs: ansi (1.5.0) - ast (2.4.2) + ast (2.4.3) builder (3.3.0) - json (2.9.1) + json (2.10.2) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) minitest (5.25.4) minitest-ci (3.4.0) minitest (>= 5.0.6) @@ -20,27 +21,30 @@ GEM minitest (>= 5.0) ruby-progressbar parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.4) ast (~> 2.4.1) racc + prism (1.4.0) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rake-compiler (1.2.9) rake regexp_parser (2.10.0) - rubocop (1.71.1) + rubocop (1.75.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.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.38.0, < 2.0) + rubocop-ast (>= 1.43.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.0) - parser (>= 3.3.1.0) + rubocop-ast (1.43.0) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) @@ -49,8 +53,9 @@ GEM rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) + rubocop-rake (0.7.1) + lint_roller (~> 1.1) + rubocop (>= 1.72.1) ruby-progressbar (1.13.0) unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) @@ -73,7 +78,7 @@ DEPENDENCIES rubocop-minitest (~> 0.36) rubocop-packaging (~> 0.5) rubocop-performance (~> 1.22) - rubocop-rake (~> 0.6) + rubocop-rake (~> 0.7) wordexp! BUNDLED WITH