Fix 'uninitialized constant Unicorn' error
This commit is contained in:
parent
854977a201
commit
6b2ee67269
|
|
@ -1,6 +1,7 @@
|
||||||
# This file is used by Rack-based servers to start the application.
|
# This file is used by Rack-based servers to start the application.
|
||||||
|
|
||||||
unless defined?(PhusionPassenger)
|
unless defined?(PhusionPassenger)
|
||||||
|
require 'unicorn'
|
||||||
# Unicorn self-process killer
|
# Unicorn self-process killer
|
||||||
require 'unicorn/worker_killer'
|
require 'unicorn/worker_killer'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue