Bump minitest from 5.25.5 to 5.26.0

Bumps [minitest](https://github.com/minitest/minitest) from 5.25.5 to 5.26.0.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v5.25.5...v5.26.0)

---
updated-dependencies:
- dependency-name: minitest
  dependency-version: 5.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-01 13:00:56 +00:00 committed by GitHub
parent c13cb10e02
commit 7cf7c611e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -12,7 +12,7 @@ GEM
json (2.15.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
minitest (5.25.5)
minitest (5.26.0)
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)