We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8487ec3 commit 5f87277Copy full SHA for 5f87277
pact_broker/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gem "pact_broker"
4
gem "pg", "~>1.0"
5
-gem "puma", "~> 5.5"
+gem "puma", "~> 5.6", ">= 5.6.2"
6
gem "mysql2", "~>0.3"
7
gem "sqlite3", "~>1.3"
8
gem "rake", "~> 13.0"
pact_broker/Gemfile.lock
@@ -111,7 +111,7 @@ GEM
111
padrino-support (0.15.1)
112
parslet (2.0.0)
113
pg (1.3.1)
114
- puma (5.6.1)
+ puma (5.6.2)
115
nio4r (~> 2.0)
116
racc (1.6.0)
117
rack (2.2.3)
@@ -173,10 +173,10 @@ DEPENDENCIES
173
mysql2 (~> 0.3)
174
pact_broker
175
pg (~> 1.0)
176
- puma (~> 5.5)
+ puma (~> 5.6, >= 5.6.2)
177
rake (~> 13.0)
178
sqlite3 (~> 1.3)
179
webrick (~> 1.6)
180
181
BUNDLED WITH
182
- 2.3.6
+ 2.1.4
0 commit comments