Skip to content

Commit 76db139

Browse files
committedAug 21, 2023
fix: pact_broker/Gemfile & pact_broker/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-5846204
1 parent 1513343 commit 76db139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4"
5-
gem "puma", "~> 5.6"
5+
gem "puma", "~> 5.6", ">= 5.6.7"
66
gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>1.6"
88
gem "rake", "~> 13.0"

‎pact_broker/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
pg (1.5.3)
110110
psych (4.0.6)
111111
stringio
112-
puma (5.6.6)
112+
puma (5.6.7)
113113
nio4r (~> 2.0)
114114
racc (1.7.1)
115115
rack (2.2.8)
@@ -168,7 +168,7 @@ DEPENDENCIES
168168
mysql2 (~> 0.3)
169169
pact_broker
170170
pg (~> 1.4)
171-
puma (~> 5.6)
171+
puma (~> 5.6, >= 5.6.7)
172172
rake (~> 13.0)
173173
sqlite3 (~> 1.6)
174174
sucker_punch!

0 commit comments

Comments
 (0)