Skip to content

Commit

Permalink
Bump minitest from 5.24.1 to 5.25.1
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.1.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 803d47d commit bdb2d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

gem "rake"
gem "minitest", "~> 5.21"
gem "minitest", "~> 5.25"
gem "minitest-hooks"
gem 'minitest-slow_test'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
logger (1.6.1)
majo (1.0.0)
memory_profiler (1.0.2)
minitest (5.24.1)
minitest (5.25.1)
minitest-hooks (1.5.1)
minitest (> 5.3)
minitest-slow_test (0.2.0)
Expand Down Expand Up @@ -97,7 +97,7 @@ DEPENDENCIES
debug
majo
memory_profiler
minitest (~> 5.21)
minitest (~> 5.25)
minitest-hooks
minitest-slow_test
rake
Expand Down

0 comments on commit bdb2d8b

Please sign in to comment.