Skip to content

Commit

Permalink
build(deps-dev): update minitest requirement from 5.23.1 to 5.24.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.23.1...v5.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent cb82ddb commit e9dd4fe
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "minitest", "5.23.1"
gem "minitest", "5.24.0"

gem "rake-compiler", "1.2.7"
gem "rake-compiler-dock", "1.5.1"
Expand Down

0 comments on commit e9dd4fe

Please sign in to comment.