From 9e492e51793caa8b892f407d93c8edbf2cd57a3b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:55:06 +0000 Subject: [PATCH] Update minitest to version 6.0.5 --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b7a7b80445..4781c1f20d 100644 --- a/Gemfile +++ b/Gemfile @@ -202,7 +202,7 @@ group :test do gem 'rspec-json_expectations', require: false # It is needed to use #assigns(attribute) in controllers tests - gem 'minitest', '~> 5.0' # TODO: remove constraint when we upgrade to Rails 8, see https://github.com/minitest/minitest/issues/1040 + gem 'minitest', '~> 6.0' # TODO: remove constraint when we upgrade to Rails 8, see https://github.com/minitest/minitest/issues/1040 gem 'minitest-profiler' gem 'rails-controller-testing' end diff --git a/Gemfile.lock b/Gemfile.lock index 01c2845222..e787795dfb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -321,7 +321,9 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.5) + drb (~> 2.0) + prism (~> 1.5) minitest-profiler (0.0.2) activesupport (>= 4.1.0) minitest (>= 5.3.3) @@ -702,7 +704,7 @@ DEPENDENCIES launchy listen logger - minitest (~> 5.0) + minitest (~> 6.0) minitest-profiler mocha multi_json