swap puma for passenger in gemfile

This commit is contained in:
Andrew Brown (drusepth) 2025-01-18 01:01:48 +00:00
parent 7ea82f34f7
commit d0bf0a902e
2 changed files with 13 additions and 2 deletions

View File

@ -3,7 +3,10 @@ ruby "~> 3.2"
# Server core
gem 'rails', '~> 6.1'
gem 'puma', '~> 5.6'
#gem 'puma', '~> 5.6'
gem 'passenger'
# gem 'bootsnap', require: false
gem 'sprockets', '~> 4.2.0'
gem 'terser'

View File

@ -1493,6 +1493,10 @@ GEM
terrapin (~> 0.6.0)
paranoia (2.6.1)
activerecord (>= 5.1, < 7.1)
passenger (6.0.23)
rack (>= 1.6.13)
rackup
rake (>= 12.3.3)
paypal-checkout-sdk (1.0.4)
paypalhttp (~> 1.0.1)
paypal_client (0.4.1)
@ -1520,6 +1524,9 @@ GEM
rack
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.1)
rack (< 3)
webrick
rails (6.1.7.2)
actioncable (= 6.1.7.2)
actionmailbox (= 6.1.7.2)
@ -1675,6 +1682,7 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.9.1)
websocket (1.2.9)
websocket-client-simple (0.3.0)
event_emitter
@ -1728,11 +1736,11 @@ DEPENDENCIES
onebox!
paperclip
paranoia
passenger
paypal-checkout-sdk
paypal_client
pg (~> 1.5)
pry
puma (~> 5.6)
puma-heroku
rack-mini-profiler
rails (~> 6.1)