From edf685081f1df3ee1951b7c04882cfde4bfbce1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:45:11 +0000 Subject: [PATCH] Bump test-unit from 3.6.8 to 3.6.9 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.8 to 3.6.9. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.6.8...3.6.9) --- updated-dependencies: - dependency-name: test-unit dependency-version: 3.6.9 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 b91b487a01..f99a75d155 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'rubocop', '1.75.4' gem 'rubocop-minitest', '0.38.0' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.6.8' +gem 'test-unit', '3.6.9' gem 'timecop', '0.9.10' gem 'yard', '0.9.37' diff --git a/Gemfile.lock b/Gemfile.lock index 1ff04aee1a..9f2404502d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - test-unit (3.6.8) + test-unit (3.6.9) power_assert timecop (0.9.10) unicode-display_width (3.1.4) @@ -82,7 +82,7 @@ DEPENDENCIES rubocop-minitest (= 0.38.0) rubocop-rake (= 0.7.1) simplecov (= 0.22.0) - test-unit (= 3.6.8) + test-unit (= 3.6.9) timecop (= 0.9.10) yard (= 0.9.37)