use ruby 2.0.0-p648

This commit is contained in:
jomo
2016-01-29 22:01:33 +01:00
parent 138a98f086
commit 7987e37f11

View File

@@ -15,7 +15,7 @@ set :keep_releases, 5
set :deploy_to, -> { "/home/www-data/apps/#{fetch(:application)}" } set :deploy_to, -> { "/home/www-data/apps/#{fetch(:application)}" }
set :rbenv_ruby, '2.0.0-p247' set :rbenv_ruby, '2.0.0-p648'
set :bundle_without, %w{development test}.join(' ') set :bundle_without, %w{development test}.join(' ')