Skip to content

Commit

Permalink
Bump minitest from 5.23.1 to 5.24.1
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.1.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.23.1...v5.24.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 3eaedf4 commit c5f8a16
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 @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'benchmark'
gem 'minitest', '5.23.1'
gem 'minitest', '5.24.1'
gem 'pry', '0.14.2'
gem 'rake', '13.2.1'
gem 'rubocop', '1.64.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.23.1)
minitest (5.24.1)
parallel (1.25.1)
parser (3.3.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS
DEPENDENCIES
benchmark
faker!
minitest (= 5.23.1)
minitest (= 5.24.1)
pry (= 0.14.2)
rake (= 13.2.1)
rubocop (= 1.64.1)
Expand Down

0 comments on commit c5f8a16

Please sign in to comment.