From b335cd54d211e09de5fdc30ec18fa566ca8f55bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 28 Jun 2024 11:15:23 +0200 Subject: [PATCH] bundler needs to be installed as root --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f1a2444..f578a9a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,7 @@ fi fabmanager_build_ruby() { pushd "$install_dir" ynh_use_ruby - ynh_exec_warn_less ynh_exec_as "$app" $ynh_gem install bundler + ynh_exec_warn_less $ynh_gem install bundler ynh_exec_warn_less ynh_exec_as "$app" bin/bundle config --global frozen 1 ynh_exec_warn_less ynh_exec_as "$app" bin/bundle install --binstubs --without 'development test doc' popd