From 078dd39cca7c7d3da8b920dbce05703cd20bf5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:21:37 +0000 Subject: [PATCH] build(deps-dev): update minitest requirement from 5.25.5 to 5.26.0 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.25.5...v5.26.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.26.0 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 fcc23196..7e03d7eb 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gemspec group :test do - gem "minitest", "5.25.5" + gem "minitest", "5.26.0" gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux"