From 7a3afe45049c05cd3c41e9d65f5b54b1df9940b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:42:20 +0000 Subject: [PATCH] Bump test-unit from 3.7.7 to 3.7.8 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.7.7 to 3.7.8. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.7.7...3.7.8) --- updated-dependencies: - dependency-name: test-unit dependency-version: 3.7.8 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 30f4ebb4aa..ac492d8ba2 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rubocop' gem 'rubocop-minitest', '0.39.1' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.7.7' +gem 'test-unit', '3.7.8' gem 'timecop', '0.9.11' gem 'yard', '0.9.43' diff --git a/Gemfile.lock b/Gemfile.lock index bed63c97d8..1c8ddb677e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) stringio (3.2.0) - test-unit (3.7.7) + test-unit (3.7.8) power_assert timecop (0.9.11) tsort (0.2.0) @@ -114,7 +114,7 @@ DEPENDENCIES rubocop-minitest (= 0.39.1) rubocop-rake (= 0.7.1) simplecov (= 0.22.0) - test-unit (= 3.7.7) + test-unit (= 3.7.8) timecop (= 0.9.11) yard (= 0.9.43)