From 77a700149f9016feabb78fc9286683524d83b73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:22:27 +0000 Subject: [PATCH] build(deps-dev): update minitest requirement from 6.0.3 to 6.0.4 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/v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.4 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 2a7b5b64..8862cd64 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gemspec group :test do - gem "minitest", "6.0.3" + gem "minitest", "6.0.4" gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux"