Skip to content

Commit

Permalink
Bump minitest from 5.24.1 to 5.25.0
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and noraj committed Aug 15, 2024
1 parent e0c71f8 commit c252244
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 @@ -25,7 +25,7 @@ end

# Needed to run tests
group :development, :test do
gem 'minitest', '~> 5.24'
gem 'minitest', '~> 5.25'
gem 'minitest-skip', '~> 0.0' # skip dummy tests
gem 'rake', '~> 13.2'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
dry-cli (1.1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
minitest (5.25.0)
minitest-skip (0.0.3)
minitest (~> 5.0)
paint (2.3.0)
Expand Down Expand Up @@ -76,7 +76,7 @@ DEPENDENCIES
commonmarker (~> 0.23)
ctf-party (~> 3.0)
dry-cli (~> 1.1)
minitest (~> 5.24)
minitest (~> 5.25)
minitest-skip (~> 0.0)
paint (~> 2.3)
rake (~> 13.2)
Expand Down

0 comments on commit c252244

Please sign in to comment.