Skip to content

Commit

Permalink
Bump minitest from 5.16.3 to 5.17.0
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.3 to 5.17.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.16.3...v5.17.0)

---
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 Jan 6, 2023
1 parent a40118e commit b842e7d
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 @@ -6,7 +6,7 @@ gemspec
gem "rbs", "~>3.0.0.dev"

gem "rake"
gem "minitest", "~> 5.16"
gem "minitest", "~> 5.17"
gem "minitest-hooks"
group :stackprof, optional: true do
gem "stackprof"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.5.3)
minitest (5.16.3)
minitest (5.17.0)
minitest-hooks (1.5.0)
minitest (> 5.3)
minitest-slow_test (0.2.0)
Expand Down Expand Up @@ -73,7 +73,7 @@ PLATFORMS

DEPENDENCIES
debase (>= 0.2.5.beta2)
minitest (~> 5.16)
minitest (~> 5.17)
minitest-hooks
minitest-slow_test
rake
Expand Down

0 comments on commit b842e7d

Please sign in to comment.