Skip to content

Commit

Permalink
Bump minitest from 5.3.5 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.3.5 to 5.12.0.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.3.5...v5.12.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 Apr 2, 2024
1 parent 0eca75d commit 2bcc46f
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
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "rake", "~> 10.3.2"
gem "minitest", "~> 5.3.5"
gem "minitest", "~> 5.12.0"
gem "i18n", "~> 1.8.5"

gemspec
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
concurrent-ruby (1.1.7)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
minitest (5.3.5)
minitest (5.12.0)
rake (10.3.2)

PLATFORMS
Expand All @@ -18,7 +18,7 @@ PLATFORMS
DEPENDENCIES
gemoji!
i18n (~> 1.8.5)
minitest (~> 5.3.5)
minitest (~> 5.12.0)
rake (~> 10.3.2)

BUNDLED WITH
Expand Down

0 comments on commit 2bcc46f

Please sign in to comment.