Skip to content

Commit

Permalink
chore(deps): bump puma from 5.6.8 to 5.6.9 in /pact_broker
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.8...v5.6.9)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 20, 2024
1 parent 096065e commit 0dc981e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "puma", "~> 5.6"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6", force_ruby_platform: true
gem "rake", "~> 13.0"
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
pg (1.5.8)
psych (5.1.2)
stringio
puma (5.6.8)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
Expand Down Expand Up @@ -168,7 +168,7 @@ DEPENDENCIES
mysql2 (~> 0.3)
pact_broker
pg (~> 1.5)
puma (~> 5.6, >= 5.6.8)
puma (~> 5.6)
rake (~> 13.0)
sqlite3 (~> 1.6)

Expand Down

0 comments on commit 0dc981e

Please sign in to comment.