Revert "ruby 2.3.0 \o/"

This reverts commit f47b2b5129.
This commit is contained in:
jomo
2016-01-29 21:36:17 +01:00
parent e9ca7e790d
commit 138a98f086

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.3.0' set :rbenv_ruby, '2.0.0-p247'
set :bundle_without, %w{development test}.join(' ') set :bundle_without, %w{development test}.join(' ')