From c1f2ee9e5325146142f7692f07b1cf6ee78996ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 20:15:22 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.38.1 to 0.38.2 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.38.1 to 0.38.2. - [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.38.1...v0.38.2) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.38.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 45090dc7bd..bf99691bbd 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'minitest', '5.25.5' gem 'pry', '0.15.2' gem 'rake', '13.3.1' 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.7.1' diff --git a/Gemfile.lock b/Gemfile.lock index 63ba8a1f0d..8926e68932 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM rubocop-ast (1.48.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) @@ -79,7 +79,7 @@ DEPENDENCIES pry (= 0.15.2) rake (= 13.3.1) 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.7.1)