From adec55e94c5292ebe1771f8f70c06cac45e1a6a9 Mon Sep 17 00:00:00 2001 From: mario Date: Fri, 15 Mar 2024 11:31:46 +0100 Subject: [PATCH] update dependencies --- .rubocop.yml | 3 +++ Gemfile.lock | 22 +++++++++---------- test/fixtures/project_root/file_exists.rb | 1 + .../file_with_a_lot_of_rubocop_offenses.rb | 1 + test/fixtures/project_root/lib/my_gem/keep.rb | 1 + .../project_root/subdirectory/file_exists.rb | 1 + 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 00d87de..6394342 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -241,6 +241,9 @@ Minitest/DuplicateTestRun: Minitest/EmptyLineBeforeAssertionMethods: Enabled: true +Minitest/Focus: + Enabled: true + Minitest/LifecycleHooksOrder: Enabled: true diff --git a/Gemfile.lock b/Gemfile.lock index 11479a2..ca7a1f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,32 +10,32 @@ GEM docile (1.4.0) json (2.7.1) language_server-protocol (3.17.0.3) - minitest (5.20.0) + minitest (5.22.3) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.5) ast (~> 2.4.1) racc racc (1.7.3) rainbow (3.1.1) rake (13.1.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-minitest (0.34.2) - rubocop (>= 1.39, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) + rubocop-minitest (0.35.0) + rubocop (>= 1.61, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0) diff --git a/test/fixtures/project_root/file_exists.rb b/test/fixtures/project_root/file_exists.rb index ac70bc7..6d5c942 100644 --- a/test/fixtures/project_root/file_exists.rb +++ b/test/fixtures/project_root/file_exists.rb @@ -1,2 +1,3 @@ # frozen_string_literal: true + # test for path cleanup diff --git a/test/fixtures/project_root/lib/my_gem/extras/file_with_a_lot_of_rubocop_offenses.rb b/test/fixtures/project_root/lib/my_gem/extras/file_with_a_lot_of_rubocop_offenses.rb index ac70bc7..6d5c942 100644 --- a/test/fixtures/project_root/lib/my_gem/extras/file_with_a_lot_of_rubocop_offenses.rb +++ b/test/fixtures/project_root/lib/my_gem/extras/file_with_a_lot_of_rubocop_offenses.rb @@ -1,2 +1,3 @@ # frozen_string_literal: true + # test for path cleanup diff --git a/test/fixtures/project_root/lib/my_gem/keep.rb b/test/fixtures/project_root/lib/my_gem/keep.rb index ac70bc7..6d5c942 100644 --- a/test/fixtures/project_root/lib/my_gem/keep.rb +++ b/test/fixtures/project_root/lib/my_gem/keep.rb @@ -1,2 +1,3 @@ # frozen_string_literal: true + # test for path cleanup diff --git a/test/fixtures/project_root/subdirectory/file_exists.rb b/test/fixtures/project_root/subdirectory/file_exists.rb index ac70bc7..6d5c942 100644 --- a/test/fixtures/project_root/subdirectory/file_exists.rb +++ b/test/fixtures/project_root/subdirectory/file_exists.rb @@ -1,2 +1,3 @@ # frozen_string_literal: true + # test for path cleanup