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