Skip to content

Commit

Permalink
Merge pull request pact-foundation#144 from pact-foundation/snyk-fix-…
Browse files Browse the repository at this point in the history
…0889aed28e625137af74f03aed6b1e3c

[Snyk] Security upgrade puma from 5.6.6 to 5.6.7
  • Loading branch information
YOU54F authored Sep 8, 2023
2 parents 1513343 + 76db139 commit 03ac0f3
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.4"
gem "puma", "~> 5.6"
gem "puma", "~> 5.6", ">= 5.6.7"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6"
gem "rake", "~> 13.0"
Expand Down
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
pg (1.5.3)
psych (4.0.6)
stringio
puma (5.6.6)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -168,7 +168,7 @@ DEPENDENCIES
mysql2 (~> 0.3)
pact_broker
pg (~> 1.4)
puma (~> 5.6)
puma (~> 5.6, >= 5.6.7)
rake (~> 13.0)
sqlite3 (~> 1.6)
sucker_punch!
Expand Down

0 comments on commit 03ac0f3

Please sign in to comment.