From c5b5f0f9d7bd7c68eef2b0bb4e273357f9ca5b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:11:11 +0000 Subject: [PATCH] Update minitest requirement from ~> 5.0 to ~> 6.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.0.0...v6.0.1) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 687c930..d45ded5 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "activejob", ">= 7.0" gem "activerecord", ">= 7.0" gem "sqlite3", "~> 2.0" -gem "minitest", "~> 5.0" +gem "minitest", "~> 6.0" gem "mocha", "~> 2.0" gem "simplecov", "~> 0.22", require: false