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?
5252end
5353
5454# 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?
5656
5757# In order to create the Gemfile.lock required for packaging
5858# meaning that it should contain only the production packages
Original file line number Diff line number Diff line change 199199 mysql2 (0.3.18 )
200200 nenv (0.3.0 )
201201 net-ldap (0.11 )
202- nio4r (2.5.8 )
202+ nio4r (2.5.9 )
203203 nokogiri (1.13.6 )
204204 mini_portile2 (~> 2.8.0 )
205205 racc (~> 1.4 )
232232 activerecord (>= 3.0 )
233233 i18n (>= 0.5.0 )
234234 railties (>= 3.0.0 )
235- puma (4.3.12 )
235+ puma (5.6.7 )
236236 nio4r (~> 2.0 )
237237 pundit (1.0.1 )
238238 activesupport (>= 3.0.0 )
@@ -438,7 +438,7 @@ DEPENDENCIES
438438 poltergeist
439439 pry-rails
440440 public_activity
441- puma (~> 4.3.12 )
441+ puma (~> 5.6.7 )
442442 pundit
443443 quiet_assets
444444 rack-mini-profiler
You can’t perform that action at this time.
0 commit comments