Skip to content

Commit

Permalink
build(deps-dev): bump minitest from 5.24.1 to 5.25.1 in the gems group
Browse files Browse the repository at this point in the history
Bumps the gems group with 1 update: [minitest](https://github.com/minitest/minitest).


Updates `minitest` from 5.24.1 to 5.25.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent c12d385 commit 861fa6f
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 @@ -17,7 +17,7 @@ gem 'rake', '~> 13.2'
gem 'cgi', '>= 0.3.1' # CVE-2021-41816

group :test, :development do
gem 'minitest', '~> 5.24'
gem 'minitest', '~> 5.25'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.65', require: false
gem 'rubocop-minitest', '~> 0.35.1', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -122,7 +122,7 @@ DEPENDENCIES
grape-swagger (~> 2.0)
grape-swagger-entity (~> 0.5.3)
grape_logging (~> 1.8)
minitest (~> 5.24)
minitest (~> 5.25)
prometheus-client (~> 4.2)
puma (~> 6.4)
rack-cors (~> 2.0)
Expand Down

0 comments on commit 861fa6f

Please sign in to comment.