Updated Ruby.

This commit is contained in:
Logan Fick
2018-02-24 19:30:09 -05:00
parent e9d007b942
commit bc216cb5b9

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