Update minitest requirement from 5.15.0 to 5.25.1

Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v5.15.0...v5.25.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-05 11:28:44 +00:00 committed by GitHub
parent e5f1d4a81c
commit 04a5201547
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ group :test do
gem "json_schemer"
gem "m"
gem "minitest-sprint", "~> 1.0"
gem "minitest", "5.15.0"
gem "minitest", "5.25.1"
gem "mocha"
gem "nokogiri"
gem "pry-byebug"