From 0ec3104bcc523a1fc8cace18d590de1c07369ecf Mon Sep 17 00:00:00 2001 From: Nicolas VARROT Date: Wed, 9 Nov 2016 17:54:05 +0100 Subject: [PATCH] Unicorn init d --- config/unicorn_init_d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn_init_d b/config/unicorn_init_d index fc4d77e..ee4b971 100755 --- a/config/unicorn_init_d +++ b/config/unicorn_init_d @@ -6,7 +6,7 @@ set -e # Change these to match your app: APP_NAME=heylium-webapp -APP_RUBY=2.1.2 +APP_RUBY=2.3.0 APP_ROOT="/home/web/heylium-webapp/current" PID="/home/web/heylium-webapp/shared/unicorn.pid" ENV=production