From 6c50a3cc7b09884ccfc06ba2b1d4f973e7acdeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 29 Jun 2024 22:56:45 +0200 Subject: [PATCH] fix call to gem --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1de3bc1..dfd6bf2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -33,8 +33,8 @@ env_ruby() { fabmanager_build_ruby() { pushd "$install_dir" ynh_use_ruby - ynh_gem update --system --no-document - ynh_gem install bundler rake --no-document + $ynh_gem update --system --no-document + $ynh_gem install bundler rake --no-document env_ruby bin/bundle config --global frozen 1 env_ruby bin/bundle config set without 'development test doc'