From 9a2899285a3228ed990ec792112695213322184b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:36:05 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.35.1 to 0.36.0 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.35.1 to 0.36.0. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.35.1...v0.36.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 2a2cff4bb4..f47a98527f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'minitest', '5.25.0' gem 'pry', '0.14.2' gem 'rake', '13.2.1' gem 'rubocop', '1.65.1' -gem 'rubocop-minitest', '0.35.1' +gem 'rubocop-minitest', '0.36.0' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' gem 'test-unit', '3.6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 2f33a90102..26cc92b956 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,8 +18,8 @@ GEM language_server-protocol (3.17.0.3) method_source (1.0.0) minitest (5.25.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc power_assert (2.0.3) @@ -30,8 +30,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.4) - strscan + rexml (3.3.7) rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -43,9 +42,9 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-minitest (0.35.1) + rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -57,7 +56,6 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - strscan (3.1.0) test-unit (3.6.2) power_assert timecop (0.9.10) @@ -75,7 +73,7 @@ DEPENDENCIES pry (= 0.14.2) rake (= 13.2.1) rubocop (= 1.65.1) - rubocop-minitest (= 0.35.1) + rubocop-minitest (= 0.36.0) rubocop-rake (= 0.6.0) simplecov (= 0.22.0) test-unit (= 3.6.2)