From 191c9e278baf0724d064eceba6fb307cfa122767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:01:26 +0000 Subject: [PATCH] Bump minitest from 5.26.0 to 5.26.1 Bumps [minitest](https://github.com/minitest/minitest) from 5.26.0 to 5.26.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.0...v5.26.1) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1514ada..4bace7b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gemspec -gem 'minitest', '~> 5.20' +gem 'minitest', '~> 5.26' gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.3' diff --git a/Gemfile.lock b/Gemfile.lock index da95866..52d82cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM json (2.15.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - minitest (5.26.0) + minitest (5.26.1) minitest-ci (3.4.0) minitest (>= 5.0.6) minitest-reporters (1.7.1) @@ -72,7 +72,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - minitest (~> 5.20) + minitest (~> 5.26) minitest-ci (~> 3.4) minitest-reporters (~> 1.6) rake (~> 13.3)