Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 0e4ea96 commit 2299072
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 @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

gem "activejob", ">= 6.1", "< 8.0"
gem "minitest", "~> 5.18"
gem "minitest", "~> 5.20"
gem "pry", "~> 0.14"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.54"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.20.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -67,7 +67,7 @@ PLATFORMS
DEPENDENCIES
activejob (>= 6.1, < 8.0)
haku!
minitest (~> 5.18)
minitest (~> 5.20)
pry (~> 0.14)
rake (~> 13.0)
rubocop (~> 1.54)
Expand Down

0 comments on commit 2299072

Please sign in to comment.