ruby 2.3.0 \o/

This commit is contained in:
jomo
2016-01-28 21:50:05 +01:00
parent 0aa32d3632
commit f47b2b5129

View File

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