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 (#75)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-2400629
  • Loading branch information
snyk-bot authored Feb 13, 2022
1 parent 8487ec3 commit 5f87277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0"
gem "puma", "~> 5.5"
gem "puma", "~> 5.6", ">= 5.6.2"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.3"
gem "rake", "~> 13.0"
Expand Down
6 changes: 3 additions & 3 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
padrino-support (0.15.1)
parslet (2.0.0)
pg (1.3.1)
puma (5.6.1)
puma (5.6.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -173,10 +173,10 @@ DEPENDENCIES
mysql2 (~> 0.3)
pact_broker
pg (~> 1.0)
puma (~> 5.5)
puma (~> 5.6, >= 5.6.2)
rake (~> 13.0)
sqlite3 (~> 1.3)
webrick (~> 1.6)

BUNDLED WITH
2.3.6
2.1.4

0 comments on commit 5f87277

Please sign in to comment.