From 4c0a18a7b46761eb1d9d582f36531ccf3cb81396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:05:01 +0000 Subject: [PATCH] Update minitest requirement from ~> 5.25.0 to ~> 5.26.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.25.0...v5.26.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.26.0 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 1ddea2c..c0af492 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gemspec group :development do - gem 'minitest', '~> 5.25.0' + gem 'minitest', '~> 5.26.0' gem 'minitest-around', '~> 0.5.0' gem 'rake', '>= 10.0.0' gem 'rubocop', '~> 1.81.0'