File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def packaging?
52
52
end
53
53
54
54
# If the deployment is done through Puma, include it in the bundle.
55
- gem "puma" , "~> 3.7.0 " if ENV [ "PORTUS_PUMA_DEPLOYMENT" ] == "yes" || !packaging?
55
+ gem "puma" , "~> 4.3.12 " if ENV [ "PORTUS_PUMA_DEPLOYMENT" ] == "yes" || !packaging?
56
56
57
57
# In order to create the Gemfile.lock required for packaging
58
58
# meaning that it should contain only the production packages
Original file line number Diff line number Diff line change 190
190
mysql2 (0.3.18 )
191
191
nenv (0.3.0 )
192
192
net-ldap (0.11 )
193
+ nio4r (2.5.8 )
193
194
nokogiri (1.13.10 )
194
195
mini_portile2 (~> 2.8.0 )
195
196
racc (~> 1.4 )
222
223
activerecord (>= 3.0 )
223
224
i18n (>= 0.5.0 )
224
225
railties (>= 3.0.0 )
225
- puma (3.7.0 )
226
+ puma (4.3.12 )
227
+ nio4r (~> 2.0 )
226
228
pundit (1.0.1 )
227
229
activesupport (>= 3.0.0 )
228
230
quiet_assets (1.1.0 )
@@ -427,7 +429,7 @@ DEPENDENCIES
427
429
poltergeist
428
430
pry-rails
429
431
public_activity
430
- puma (~> 3.7.0 )
432
+ puma (~> 4.3.12 )
431
433
pundit
432
434
quiet_assets
433
435
rack-mini-profiler
You can’t perform that action at this time.
0 commit comments