From ec4aafdf6cbf4aade751de2d45e3b82c4350a884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:13:35 +0000 Subject: [PATCH] Update minitest requirement from ~> 5.17 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.17.0...v6.0.6) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 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 43fff963..39e3c7a8 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do # The default bundle resolves Faraday 2.x, where the :retry middleware lives in the # faraday-retry gem (it is in core on 1.x). Needed for the retry test; consumers opt in. gem "faraday-retry", require: "faraday/retry" - gem "minitest", "~> 5.17" + gem "minitest", "~> 6.0" gem "minitest-focus", "~> 1.3" gem "rake" gem "rubocop", "~> 1.63.0"