aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore
index bd79e95..724afc3 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -117,7 +117,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=393
ynh_install_ruby --ruby_version=$RUBY_VERSION
pushd "$final_path/live"
gem update --system
- gem install bundler:1.17.3 --no-document
+ gem install bundler:$BUNDLER_VERSION --no-document
popd
#=================================================