From c02faaaefa956dad87920a25dad97ce4b28039e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 05:44:29 +0000 Subject: [PATCH] Bump test-unit from 3.3.4 to 3.4.4 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.3.4 to 3.4.4. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.3.4...3.4.4) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8347210..ade62ee 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ group :test do gem "simplecov", "~> 0.17.1" gem "simplecov-rcov", "~> 0.2.3" gem "rake", "~> 13.0" - gem "test-unit", "~> 3.3" + gem "test-unit", "~> 3.4" end diff --git a/Gemfile.lock b/Gemfile.lock index 162e0d6..e774524 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: docile (1.3.2) json (2.3.1) - power_assert (1.1.5) + power_assert (2.0.0) rake (13.0.0) simplecov (0.17.1) docile (~> 1.1) @@ -12,7 +12,7 @@ GEM simplecov-html (0.10.2) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) - test-unit (3.3.4) + test-unit (3.4.4) power_assert PLATFORMS @@ -22,7 +22,7 @@ DEPENDENCIES rake (~> 13.0) simplecov (~> 0.17.1) simplecov-rcov (~> 0.2.3) - test-unit (~> 3.3) + test-unit (~> 3.4) BUNDLED WITH 2.0.2