Skip to content

Commit

Permalink
Fix: Puma Failing after Bump
Browse files Browse the repository at this point in the history
Because:
* The `DefaultRackup` constant has been replaced with `Puma::Configuration::DEFAULTS[:rackup]`

This commit:
* Remove `DefaultRackup` from the production puma config as we are using the default (config.ru) anyway.
  • Loading branch information
KevinMulhern committed Jan 6, 2023
1 parent fb3a4dc commit 482a909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

preload_app!

rackup DefaultRackup
port ENV['PORT'] || 3000
environment ENV['RACK_ENV'] || 'development'

Expand Down

0 comments on commit 482a909

Please sign in to comment.