From 3f7371e2eb8fe074823570a7fba5d0d9a42257f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:01:58 -0700 Subject: [PATCH] Bump test-unit from 3.6.1 to 3.6.2 (#2906) Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6a4808d1f6..83c77b35ca 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'rubocop', '1.60.2' gem 'rubocop-minitest', '0.34.4' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.6.1' +gem 'test-unit', '3.6.2' gem 'timecop', '0.9.8' gem 'yard', '0.9.34' diff --git a/Gemfile.lock b/Gemfile.lock index 46daf42c23..d85df7c7a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - test-unit (3.6.1) + test-unit (3.6.2) power_assert timecop (0.9.8) unicode-display_width (2.5.0) @@ -76,7 +76,7 @@ DEPENDENCIES rubocop-minitest (= 0.34.4) rubocop-rake (= 0.6.0) simplecov (= 0.22.0) - test-unit (= 3.6.1) + test-unit (= 3.6.2) timecop (= 0.9.8) yard (= 0.9.34)