From bdf921c99fc69c14e884ef51c838f38dbc79cc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 20:08:28 +0000 Subject: [PATCH] Bump test-unit from 3.7.0 to 3.7.1 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.7.0...3.7.1) --- updated-dependencies: - dependency-name: test-unit dependency-version: 3.7.1 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 1e30ee3c89..45090dc7bd 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'rubocop', '1.75.4' gem 'rubocop-minitest', '0.38.1' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.7.0' +gem 'test-unit', '3.7.1' gem 'timecop', '0.9.10' gem 'yard', '0.9.37' diff --git a/Gemfile.lock b/Gemfile.lock index 180f526723..63ba8a1f0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - test-unit (3.7.0) + test-unit (3.7.1) power_assert timecop (0.9.10) unicode-display_width (3.2.0) @@ -82,7 +82,7 @@ DEPENDENCIES rubocop-minitest (= 0.38.1) rubocop-rake (= 0.7.1) simplecov (= 0.22.0) - test-unit (= 3.7.0) + test-unit (= 3.7.1) timecop (= 0.9.10) yard (= 0.9.37)