Skip to content

Commit

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

---
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 Dec 4, 2024
1 parent 3a57311 commit 950c97b
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.2"
gem "minitest", "~> 5.23"
gem "minitest", "~> 5.25"
gem "simplecov", require: false, group: :test
gem "standard"
gem "debug"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
json (2.8.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.23.0)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -80,7 +80,7 @@ PLATFORMS
DEPENDENCIES
debug
direct!
minitest (~> 5.23)
minitest (~> 5.25)
rake (~> 13.2)
simplecov
standard
Expand Down

0 comments on commit 950c97b

Please sign in to comment.