aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-10 17:28:21 +0200
committeryalh76 <yalh@yahoo.com>2019-05-10 17:28:21 +0200
commitc8a9c0321297570867c4b7404f9693b709c9889b (patch)
tree2abb4811c27dac5f565bc7e79b203b9cc1f97d97 /scripts/restore
parentcbbe9d3cc53f6b9445b592ca7949ffc2cfbc0055 (diff)
downloadmastodon_ynh-c8a9c0321297570867c4b7404f9693b709c9889b.tar.gz
mastodon_ynh-c8a9c0321297570867c4b7404f9693b709c9889b.tar.bz2
mastodon_ynh-c8a9c0321297570867c4b7404f9693b709c9889b.zip
upgrade to ruby 2.6.1
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/restore b/scripts/restore
index 6e39fb5..a31fa29 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -104,8 +104,8 @@ ynh_install_app_dependencies $pkg_dependencies
# INSTALLING RUBY AND BUNDLER
#=================================================
-ynh_install_ruby --ruby_version=2.6.0
-/opt/rbenv/versions/2.6.0/bin/gem update --system
+ynh_install_ruby --ruby_version=2.6.1
+/opt/rbenv/versions/2.6.1/bin/gem update --system
#=================================================
# RESTORE THE POSTGRESQL DATABASE