Skip to content

Commit

Permalink
build(deps-dev): bump minitest from 5.23.1 to 5.24.0
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.23.1 to 5.24.0.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.23.1...v5.24.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 and noraj committed Jun 20, 2024
1 parent d826ad5 commit cab6609
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 @@ -18,7 +18,7 @@ group :development, :install do
end

group :development, :test do
gem 'minitest', '~> 5.23'
gem 'minitest', '~> 5.24'
gem 'minitest-skip', '~> 0.0'
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 @@ -14,7 +14,7 @@ GEM
docopt (0.6.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.23.1)
minitest (5.24.0)
minitest-skip (0.0.3)
minitest (~> 5.0)
parallel (1.24.0)
Expand Down Expand Up @@ -55,7 +55,7 @@ DEPENDENCIES
commonmarker (~> 0.23)
ctf-party!
docopt (~> 0.6)
minitest (~> 5.23)
minitest (~> 5.24)
minitest-skip (~> 0.0)
rake (~> 13.2)
rubocop (~> 1.64)
Expand Down

0 comments on commit cab6609

Please sign in to comment.