Skip to content

Commit

Permalink
fix: pact_broker/Gemfile & pact_broker/Gemfile.lock to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities (#159)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-6146928

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
mefellows and snyk-bot authored Jan 23, 2024
1 parent 3f97da8 commit d1cef48
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.7"
gem "puma", "~> 5.6", ">= 5.6.8"
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 @@ -111,7 +111,7 @@ GEM
pg (1.5.4)
psych (4.0.6)
stringio
puma (5.6.7)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down Expand Up @@ -172,7 +172,7 @@ DEPENDENCIES
mysql2 (~> 0.3)
pact_broker
pg (~> 1.5)
puma (~> 5.6, >= 5.6.7)
puma (~> 5.6, >= 5.6.8)
rake (~> 13.0)
sqlite3 (~> 1.6)
sucker_punch!
Expand Down

0 comments on commit d1cef48

Please sign in to comment.