Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent aa5685d commit 89da808
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', '~> 7.1'
gem 'minitest', '~> 5.21'
gem 'minitest', '~> 5.23'
gem 'pry', '~> 0.14.1'
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.21.2)
minitest (5.23.0)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -98,7 +98,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 7.1)
datacite-client!
minitest (~> 5.21)
minitest (~> 5.23)
pry (~> 0.14.1)
pry-byebug (~> 3.9)
rake (~> 13.1)
Expand Down

0 comments on commit 89da808

Please sign in to comment.