Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 2 updates: [puma](https://github.com/puma/puma) and [minitest](https://github.com/minitest/minitest).


Updates `puma` from 6.4.3 to 6.5.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.3...v6.5.0)

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

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent b866735 commit b5dc7fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'fiddle', '~> 1.1'
gem 'logger', '~> 1.6'
gem 'minitar-cli', '~> 0.12'
gem 'ostruct', '~> 0.6.1'
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.2.1'
gem 'rake', '~> 13.1'
Expand All @@ -29,6 +29,6 @@ group :development do
end

group :test do
gem 'minitest', '~> 5.21'
gem 'minitest', '~> 5.25'
gem 'rack-test'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
minitar-cli (0.12)
minitar (~> 0.12.0)
powerbar (~> 1.0)
minitest (5.25.1)
minitest (5.25.2)
nio4r (2.7.4)
ostruct (0.6.1)
parallel (1.26.3)
Expand All @@ -29,7 +29,7 @@ GEM
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -104,10 +104,10 @@ DEPENDENCIES
htmlbeautifier
logger (~> 1.6)
minitar-cli (~> 0.12)
minitest (~> 5.21)
minitest (~> 5.25)
ostruct (~> 0.6.1)
pry
puma (~> 6.4)
puma (~> 6.5)
rack-test
rack-unreloader (~> 2.1)
rackup (~> 2.2.1)
Expand Down

0 comments on commit b5dc7fa

Please sign in to comment.