From 2bcc46f69cfbdc1478af1bcee244e8ba7a23e604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:53:46 +0000 Subject: [PATCH] Bump minitest from 5.3.5 to 5.12.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.3.5 to 5.12.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.3.5...v5.12.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fe054b6d..8c88ed4e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "rake", "~> 10.3.2" -gem "minitest", "~> 5.3.5" +gem "minitest", "~> 5.12.0" gem "i18n", "~> 1.8.5" gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 1131493c..00ad35cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM concurrent-ruby (1.1.7) i18n (1.8.5) concurrent-ruby (~> 1.0) - minitest (5.3.5) + minitest (5.12.0) rake (10.3.2) PLATFORMS @@ -18,7 +18,7 @@ PLATFORMS DEPENDENCIES gemoji! i18n (~> 1.8.5) - minitest (~> 5.3.5) + minitest (~> 5.12.0) rake (~> 10.3.2) BUNDLED WITH