From 301edb75ec78aa08e2c559a506c759a82ca30050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:38:03 +0000 Subject: [PATCH] Bump test-unit from 3.3.9 to 3.6.2 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.3.9 to 3.6.2. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.3.9...3.6.2) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 098a82f..f0c112c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" gem "rake" gem "rake-compiler" -gem "test-unit", "~> 3.3.9" +gem "test-unit", "~> 3.6.2" gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 74ae098..f29dc50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,11 +6,11 @@ PATH GEM remote: https://rubygems.org/ specs: - power_assert (2.0.1) + power_assert (2.0.3) rake (13.0.6) rake-compiler (1.1.1) rake - test-unit (3.3.9) + test-unit (3.6.2) power_assert PLATFORMS @@ -19,7 +19,7 @@ PLATFORMS DEPENDENCIES rake rake-compiler - test-unit (~> 3.3.9) + test-unit (~> 3.6.2) version_sorter! BUNDLED WITH