From 82362eaac14b534cb4bf69595c32078c31e09843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:23:13 +0000 Subject: [PATCH] Bump minitest from 5.27.0 to 6.0.6 Bumps [minitest](https://github.com/minitest/minitest) from 5.27.0 to 6.0.6. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.6) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8b67d64..2338f39 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem "rake", "~> 13.0" -gem "minitest", "~> 5.0" +gem "minitest", "~> 6.0" gem "dotenv" gem "vcr" gem "rubocop-rails-omakase", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4b964b8..e1d81d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,9 @@ GEM language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - minitest (5.27.0) + minitest (6.0.6) + drb (~> 2.0) + prism (~> 1.5) net-http (0.9.1) uri (>= 0.11.1) ostruct (0.6.3) @@ -99,7 +101,7 @@ PLATFORMS DEPENDENCIES dotenv - minitest (~> 5.0) + minitest (~> 6.0) paddle! rake (~> 13.0) rubocop-rails-omakase