File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
_site/play-with-docker/Portus/Portus.1 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 200
200
mysql2 (0.3.18 )
201
201
nenv (0.3.0 )
202
202
net-ldap (0.11 )
203
- nio4r (2.5.8 )
203
+ nio4r (2.5.9 )
204
204
nokogiri (1.15.4 )
205
205
mini_portile2 (~> 2.8.2 )
206
206
racc (~> 1.4 )
233
233
activerecord (>= 3.0 )
234
234
i18n (>= 0.5.0 )
235
235
railties (>= 3.0.0 )
236
- puma (4.3.12 )
236
+ puma (5.6.7 )
237
237
nio4r (~> 2.0 )
238
238
pundit (1.0.1 )
239
239
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