From dbd86cc811ccafa529f2436fc33830d400ace8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:54:51 +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.3) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.3 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 85d5e9e96..39de51b7d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 7.0.1' # Lock minitest to 5.x until Rails 7.1+ adds Minitest 6.0 support # Minitest 6.0.0 was released Dec 2024 with breaking API changes -gem 'minitest', '~> 5.0' +gem 'minitest', '~> 6.0' # This fix is temporary until the next release of the gem # See https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror