aboutsummaryrefslogtreecommitdiff
path: root/scripts/upgrade
diff options
context:
space:
mode:
authoranmol <github@datamol.org>2019-01-22 12:13:13 +0530
committeranmol <github@datamol.org>2019-01-22 12:13:13 +0530
commitdd867100d01ac9afee2b6922eab2cc5253aeab93 (patch)
treeef9b307566a8e0ffc684a414d76b8a663b233118 /scripts/upgrade
parent6a0aab6a93abc3a73fbef2e434bdf6279bd43122 (diff)
downloadmastodon_ynh-dd867100d01ac9afee2b6922eab2cc5253aeab93.tar.gz
mastodon_ynh-dd867100d01ac9afee2b6922eab2cc5253aeab93.tar.bz2
mastodon_ynh-dd867100d01ac9afee2b6922eab2cc5253aeab93.zip
Use of rbenv 2.6.0
Diffstat (limited to 'scripts/upgrade')
-rw-r--r--scripts/upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index 3c0405c..85fb1f4 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -142,7 +142,7 @@ ynh_setup_source "$final_path/.rbenv/plugins/ruby-build" "app-ruby-build"
chown -R "$app": "$final_path"
-# Install ruby 2.5.1
+# Install ruby 2.6.0
(
exec_as "$app" $final_path/.rbenv/bin/rbenv install -s 2.6.0 || true
exec_as "$app" $final_path/.rbenv/bin/rbenv global 2.6.0 || true