From c5cad1d16e63232f9031fec73bc0c059f558bb37 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Sun, 17 May 2020 17:22:11 +0200 Subject: [PATCH] Fix Ruby version for restore --- scripts/restore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index c6e4bc8..81c242e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -114,9 +114,9 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st #================================================= ynh_script_progression --message="Installing Ruby..." --weight=393 -ynh_install_ruby --ruby_version=2.6.5 -/opt/rbenv/versions/2.6.5/bin/gem update --system -/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document +ynh_install_ruby --ruby_version=2.6.6 +/opt/rbenv/versions/2.6.6/bin/gem update --system +/opt/rbenv/versions/2.6.6/bin/gem install bundler:1.17.3 --no-document #================================================= # RESTORE THE POSTGRESQL DATABASE