From 04a52015473bb2c473c9f66acd613d6da9acecfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:28:44 +0000 Subject: [PATCH] Update minitest requirement from 5.15.0 to 5.25.1 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.15.0...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 04aace228..fb940b486 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ group :test do gem "json_schemer" gem "m" gem "minitest-sprint", "~> 1.0" - gem "minitest", "5.15.0" + gem "minitest", "5.25.1" gem "mocha" gem "nokogiri" gem "pry-byebug"