Skip to content

Commit 5f87277

Browse files
authored
fix: pact_broker/Gemfile & pact_broker/Gemfile.lock to reduce vulnerabilities (#75)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-2400629
1 parent 8487ec3 commit 5f87277

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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", "~> 5.5"
5+
gem "puma", "~> 5.6", ">= 5.6.2"
66
gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>1.3"
88
gem "rake", "~> 13.0"

pact_broker/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ GEM
111111
padrino-support (0.15.1)
112112
parslet (2.0.0)
113113
pg (1.3.1)
114-
puma (5.6.1)
114+
puma (5.6.2)
115115
nio4r (~> 2.0)
116116
racc (1.6.0)
117117
rack (2.2.3)
@@ -173,10 +173,10 @@ DEPENDENCIES
173173
mysql2 (~> 0.3)
174174
pact_broker
175175
pg (~> 1.0)
176-
puma (~> 5.5)
176+
puma (~> 5.6, >= 5.6.2)
177177
rake (~> 13.0)
178178
sqlite3 (~> 1.3)
179179
webrick (~> 1.6)
180180

181181
BUNDLED WITH
182-
2.3.6
182+
2.1.4

0 commit comments

Comments
 (0)