From 4381727495b0c670b8ea8efcb7ac1bc85e8bbb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:39:30 +0000 Subject: [PATCH] Bump test-unit from 3.6.2 to 3.6.4 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.2 to 3.6.4. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.6.2...3.6.4) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2a2cff4bb4..1f826a4969 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'rubocop', '1.65.1' gem 'rubocop-minitest', '0.35.1' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.6.2' +gem 'test-unit', '3.6.4' gem 'timecop', '0.9.10' gem 'yard', '0.9.36' diff --git a/Gemfile.lock b/Gemfile.lock index 91bb6a3359..1d643688fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM parser (3.3.4.0) ast (~> 2.4.1) racc - power_assert (2.0.3) + power_assert (2.0.4) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -58,7 +58,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) strscan (3.1.0) - test-unit (3.6.2) + test-unit (3.6.4) power_assert timecop (0.9.10) unicode-display_width (2.5.0) @@ -79,7 +79,7 @@ DEPENDENCIES rubocop-minitest (= 0.35.1) rubocop-rake (= 0.6.0) simplecov (= 0.22.0) - test-unit (= 3.6.2) + test-unit (= 3.6.4) timecop (= 0.9.10) yard (= 0.9.36)