From bf9ebe0ccb0bc6809143769195389b1c247feaa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:09:18 +0000 Subject: [PATCH] Update minitest requirement from < 5.27.0 to < 5.28.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/v1.3.1...v5.27.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.27.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 e1aa942..9a33b12 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :development, :test do gem 'logging' gem 'lumberjack' gem 'memory_profiler' - gem 'minitest', '< 5.27.0' + gem 'minitest', '< 5.28.0' gem 'minitest-debugger', require: false gem 'minitest-focus', '>= 1.1.2' gem 'minitest-hooks', '>= 1.5.0'