File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
gem "pact_broker"
4
4
gem "pg" , "~>1.0"
5
- gem "puma" , "~> 3.12 "
5
+ gem "puma" , "~> 4.3" , ">= 4.3.8 "
6
6
gem "mysql2" , "~>0.3"
7
7
gem "sqlite3" , "~>1.3"
8
8
gem "rake" , "~> 13.0"
Original file line number Diff line number Diff line change 63
63
mustermann (1.1.1 )
64
64
ruby2_keywords (~> 0.0.1 )
65
65
mysql2 (0.5.3 )
66
+ nio4r (2.5.7 )
66
67
nokogiri (1.11.2 )
67
68
mini_portile2 (~> 2.5.0 )
68
69
racc (~> 1.4 )
101
102
thor (~> 0.18 )
102
103
padrino-support (0.15.0 )
103
104
pg (1.2.3 )
104
- puma (3.12.6 )
105
+ puma (4.3.8 )
106
+ nio4r (~> 2.0 )
105
107
racc (1.5.2 )
106
108
rack (2.2.3 )
107
109
rack-protection (2.1.0 )
@@ -159,7 +161,7 @@ DEPENDENCIES
159
161
mysql2 (~> 0.3 )
160
162
pact_broker
161
163
pg (~> 1.0 )
162
- puma (~> 3.12 )
164
+ puma (~> 4.3 , >= 4.3.8 )
163
165
rake (~> 13.0 )
164
166
sqlite3 (~> 1.3 )
165
167
webrick (~> 1.6 )
You can’t perform that action at this time.
0 commit comments