Bump minitest from 5.16.3 to 5.17.0

Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.3 to 5.17.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.16.3...v5.17.0)

---
updated-dependencies:
- dependency-name: minitest
  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] 2023-01-01 14:02:06 +00:00 committed by GitHub
parent 2266a80c06
commit 1e9e789c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org'
gemspec
gem 'minitest', '~> 5.16'
gem 'minitest', '~> 5.17'
gem 'minitest-ci', '~> 3.4'
gem 'minitest-reporters', '~> 1.3'
gem 'rake', '~> 13.0'

View file

@ -10,7 +10,7 @@ GEM
ast (2.4.2)
builder (3.2.4)
json (2.6.2)
minitest (5.16.3)
minitest (5.17.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
minitest-reporters (1.5.0)
@ -56,7 +56,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
minitest (~> 5.16)
minitest (~> 5.17)
minitest-ci (~> 3.4)
minitest-reporters (~> 1.3)
rake (~> 13.0)