Skip to content

Commit

Permalink
Update minitest requirement from ~> 5.24.0 to ~> 5.25.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.24.0...v5.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 993a869 commit 001bd27
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.24.0'
gem 'minitest', '~> 5.25.0'
gem 'minitest-around', '~> 0.5.0'
gem 'rake', '>= 10.0.0'
gem 'rubocop', '~> 1.65.0'
Expand Down

0 comments on commit 001bd27

Please sign in to comment.