From a926bc9dfcbaf7445bd40e408fa49853e38a7965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 20:25:12 +0000 Subject: [PATCH] Bump maxitest from 6.2.0 to 7.1.1 Bumps [maxitest](https://github.com/grosser/maxitest) from 6.2.0 to 7.1.1. - [Changelog](https://github.com/grosser/maxitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/grosser/maxitest/compare/v6.2.0...v7.1.1) --- updated-dependencies: - dependency-name: maxitest dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8a2c360a7..7fa881b99 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "digest", "~> 3.2" gem "erubi" gem "irb", "~> 1.18" gem "lz_string" -gem "maxitest", "~> 6.0" +gem "maxitest", "~> 7.1" gem "minitest-difftastic", "~> 0.2" gem "rake", "~> 13.4" gem "rake-compiler", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 524d6802a..39349c5b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,9 +180,11 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) lz_string (0.3.0) - maxitest (6.2.0) - minitest (>= 5.20.0, < 5.28.0) - minitest (5.27.0) + maxitest (7.1.1) + minitest (>= 6.0.0, < 6.1.0) + minitest (6.0.6) + drb (~> 2.0) + prism (~> 1.5) minitest-difftastic (0.2.1) difftastic (~> 0.6) mutex_m (0.3.0) @@ -322,7 +324,7 @@ DEPENDENCIES herb! irb (~> 1.18) lz_string - maxitest (~> 6.0) + maxitest (~> 7.1) minitest-difftastic (~> 0.2) prism! rake (~> 13.4)