From 9ee618ade5fea8379251e86b4b61d2c22ee5bf19 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Sat, 16 Mar 2024 00:07:11 +0100 Subject: [PATCH] no bundler version --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 89cabfd..725c540 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= ruby_version="3.2.2" -bundler_version=2.1.4 +#bundler_version=2.1.4 nodejs_version="18.15" # Workaround for Mastodon on Bullseye @@ -29,7 +29,7 @@ fi fabmanager_build_ruby() { pushd "$install_dir" ynh_use_ruby - ynh_exec_warn_less $ynh_gem install "bundler:$bundler_version" + ynh_exec_warn_less $ynh_gem install "bundler" ynh_exec_warn_less bin/bundle config --global frozen 1 ynh_exec_warn_less bin/bundle config set --local without 'development test doc' ynh_exec_warn_less bin/bundle install