summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-02-24 19:30:09 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2018-02-24 19:30:09 -0500
commitbc216cb5b9d272e9fa58a3a2e3721252f19349be (patch)
treecc7852b57ed5b253bc783d6b80eed125ae5bb421 /config
parente9d007b9425019f67f222f38dcc603d074283abf (diff)
Updated Ruby.
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 20b8a60..e0f92af 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -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(' ')