From ef1ce9ed42f1302d9cc4c3b35cc70fe76928d348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:29:36 +0000 Subject: [PATCH] Update minitest requirement from ~> 5.27 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.27.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 79648621..be20ce8c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'appraisal' gem 'byebug' gem 'm' -gem 'minitest', '~> 5.27' # TODO: relax when the minimum required Rails version will include rails/rails@99395e1ea401acbc23d4f6b2a8657cdb82f921bd +gem 'minitest', '~> 6.0' # TODO: relax when the minimum required Rails version will include rails/rails@99395e1ea401acbc23d4f6b2a8657cdb82f921bd gem 'mocha' gem 'rake' gem 'rubocop'