diff --git a/Gemfile b/Gemfile index 51d53c6724..82114bd9c7 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'minitest', '5.25.5' gem 'pry', '0.15.2' gem 'rake', '13.3.0' gem 'rubocop', '1.75.4' -gem 'rubocop-minitest', '0.38.1' +gem 'rubocop-minitest', '0.38.2' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' gem 'test-unit', '3.6.9' diff --git a/Gemfile.lock b/Gemfile.lock index a75e13a171..2b4e658eaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,13 +14,13 @@ GEM docile (1.4.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.12.2) + json (2.13.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) minitest (5.25.5) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc power_assert (2.0.5) @@ -31,7 +31,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.3.0) - regexp_parser (2.10.0) + regexp_parser (2.11.2) rubocop (1.75.4) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -43,10 +43,10 @@ GEM rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.45.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-minitest (0.38.1) + rubocop-minitest (0.38.2) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) @@ -63,7 +63,7 @@ GEM test-unit (3.6.9) power_assert timecop (0.9.10) - unicode-display_width (3.1.4) + unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) yard (0.9.37) @@ -79,7 +79,7 @@ DEPENDENCIES pry (= 0.15.2) rake (= 13.3.0) rubocop (= 1.75.4) - rubocop-minitest (= 0.38.1) + rubocop-minitest (= 0.38.2) rubocop-rake (= 0.7.1) simplecov (= 0.22.0) test-unit (= 3.6.9)