Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordprolife <dmk@dpro.pl>2013-12-22 14:08:43 +0400
committerdprolife <dmk@dpro.pl>2013-12-22 14:08:43 +0400
commit6b2ee672690dc39197ac6b2eac4416a0fdea8e21 (patch)
treea427ab844ca050db3fe222712bea82af2a6d3574 /config.ru
parent854977a20123e49d0264fc0f4f968bee44f607df (diff)
Fix 'uninitialized constant Unicorn' error
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ru b/config.ru
index f7e5e091534..c45449dd03f 100644
--- a/config.ru
+++ b/config.ru
@@ -1,6 +1,7 @@
# This file is used by Rack-based servers to start the application.
unless defined?(PhusionPassenger)
+ require 'unicorn'
# Unicorn self-process killer
require 'unicorn/worker_killer'