Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 33adf89 commit 69ee52f
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 @@ -7,7 +7,7 @@ gemspec

group :development, :test do
gem 'activesupport', '>= 6.1.4.1', '~> 7.0'
gem 'minitest', '~> 5.0'
gem 'minitest', '~> 5.20'
gem 'pry', '~> 0.14.1'
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.0', '>= 13.0.6'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.19.0)
minitest (5.20.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -86,7 +86,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 7.0, >= 6.1.4.1)
datacite-client!
minitest (~> 5.0)
minitest (~> 5.20)
pry (~> 0.14.1)
pry-byebug (~> 3.9)
rake (~> 13.0, >= 13.0.6)
Expand Down

0 comments on commit 69ee52f

Please sign in to comment.