File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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" , "~> 4.3.12 " if ENV [ "PORTUS_PUMA_DEPLOYMENT" ] == "yes" || !packaging?
55
+ gem "puma" , "~> 5.6.7 " 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 199
199
mysql2 (0.3.18 )
200
200
nenv (0.3.0 )
201
201
net-ldap (0.11 )
202
- nio4r (2.5.8 )
202
+ nio4r (2.5.9 )
203
203
nokogiri (1.13.6 )
204
204
mini_portile2 (~> 2.8.0 )
205
205
racc (~> 1.4 )
232
232
activerecord (>= 3.0 )
233
233
i18n (>= 0.5.0 )
234
234
railties (>= 3.0.0 )
235
- puma (4.3.12 )
235
+ puma (5.6.7 )
236
236
nio4r (~> 2.0 )
237
237
pundit (1.0.1 )
238
238
activesupport (>= 3.0.0 )
@@ -438,7 +438,7 @@ DEPENDENCIES
438
438
poltergeist
439
439
pry-rails
440
440
public_activity
441
- puma (~> 4.3.12 )
441
+ puma (~> 5.6.7 )
442
442
pundit
443
443
quiet_assets
444
444
rack-mini-profiler
You can’t perform that action at this time.
0 commit comments