Skip to content

Commit

Permalink
Update minitest requirement from ~> 5.19.0 to ~> 5.20.0
Browse files Browse the repository at this point in the history
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](minitest/minitest@v5.19.0...v5.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ntkme committed Sep 6, 2023
1 parent 90eca9f commit 350219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'minitest', '~> 5.19.0'
gem 'minitest', '~> 5.20.0'
gem 'minitest-around', '~> 0.5.0'
gem 'rake', '>= 10.0.0'
gem 'rubocop', '~> 1.56.0'
Expand Down

0 comments on commit 350219a

Please sign in to comment.