Skip to content

Commit

Permalink
Bump minitest from 5.24.1 to 5.25.0 (#52)
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.0.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent f47340b commit c70bac2
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 @@ -34,4 +34,4 @@ gem 'liquid', '~> 4.0.4'
# Check-up Tests
gem 'html-proofer', '~> 5.0', '>= 5.0.9'
gem 'rake', '~> 13.2', '>= 13.2.1'
gem 'minitest', '~> 5.24'
gem 'minitest', '~> 5.25'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.24.1)
minitest (5.25.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand Down Expand Up @@ -331,7 +331,7 @@ DEPENDENCIES
jekyll-seo-tag (~> 2.8.0)
jekyll-sitemap (~> 1.4.0)
liquid (~> 4.0.4)
minitest (~> 5.24)
minitest (~> 5.25)
rake (~> 13.2, >= 13.2.1)
tzinfo (~> 2.0, >= 2.0.6)
tzinfo-data (~> 1.2024, >= 1.2024.1)
Expand Down

0 comments on commit c70bac2

Please sign in to comment.