Skip to content

Commit 893bb12

Browse files
authored
fix: pact_broker/Gemfile & pact_broker/Gemfile.lock to reduce vulnerabilities (#46)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-1291014
1 parent 4dc06a5 commit 893bb12

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: pact_broker/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem "pact_broker"
44
gem "pg", "~>1.0"
5-
gem "puma", "~> 3.12"
5+
gem "puma", "~> 4.3", ">= 4.3.8"
66
gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>1.3"
88
gem "rake", "~> 13.0"

Diff for: pact_broker/Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GEM
6363
mustermann (1.1.1)
6464
ruby2_keywords (~> 0.0.1)
6565
mysql2 (0.5.3)
66+
nio4r (2.5.7)
6667
nokogiri (1.11.2)
6768
mini_portile2 (~> 2.5.0)
6869
racc (~> 1.4)
@@ -101,7 +102,8 @@ GEM
101102
thor (~> 0.18)
102103
padrino-support (0.15.0)
103104
pg (1.2.3)
104-
puma (3.12.6)
105+
puma (4.3.8)
106+
nio4r (~> 2.0)
105107
racc (1.5.2)
106108
rack (2.2.3)
107109
rack-protection (2.1.0)
@@ -159,7 +161,7 @@ DEPENDENCIES
159161
mysql2 (~> 0.3)
160162
pact_broker
161163
pg (~> 1.0)
162-
puma (~> 3.12)
164+
puma (~> 4.3, >= 4.3.8)
163165
rake (~> 13.0)
164166
sqlite3 (~> 1.3)
165167
webrick (~> 1.6)

0 commit comments

Comments
 (0)