Skip to content

Commit d0bf0a9

Browse files
committed
swap puma for passenger in gemfile
1 parent 7ea82f3 commit d0bf0a9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ ruby "~> 3.2"
33

44
# Server core
55
gem 'rails', '~> 6.1'
6-
gem 'puma', '~> 5.6'
6+
7+
#gem 'puma', '~> 5.6'
8+
gem 'passenger'
9+
710
# gem 'bootsnap', require: false
811
gem 'sprockets', '~> 4.2.0'
912
gem 'terser'

Gemfile.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,10 @@ GEM
14931493
terrapin (~> 0.6.0)
14941494
paranoia (2.6.1)
14951495
activerecord (>= 5.1, < 7.1)
1496+
passenger (6.0.23)
1497+
rack (>= 1.6.13)
1498+
rackup
1499+
rake (>= 12.3.3)
14961500
paypal-checkout-sdk (1.0.4)
14971501
paypalhttp (~> 1.0.1)
14981502
paypal_client (0.4.1)
@@ -1520,6 +1524,9 @@ GEM
15201524
rack
15211525
rack-test (2.1.0)
15221526
rack (>= 1.3)
1527+
rackup (1.0.1)
1528+
rack (< 3)
1529+
webrick
15231530
rails (6.1.7.2)
15241531
actioncable (= 6.1.7.2)
15251532
actionmailbox (= 6.1.7.2)
@@ -1675,6 +1682,7 @@ GEM
16751682
rack-proxy (>= 0.6.1)
16761683
railties (>= 5.2)
16771684
semantic_range (>= 2.3.0)
1685+
webrick (1.9.1)
16781686
websocket (1.2.9)
16791687
websocket-client-simple (0.3.0)
16801688
event_emitter
@@ -1728,11 +1736,11 @@ DEPENDENCIES
17281736
onebox!
17291737
paperclip
17301738
paranoia
1739+
passenger
17311740
paypal-checkout-sdk
17321741
paypal_client
17331742
pg (~> 1.5)
17341743
pry
1735-
puma (~> 5.6)
17361744
puma-heroku
17371745
rack-mini-profiler
17381746
rails (~> 6.1)

0 commit comments

Comments
 (0)