From a0534d4d9e4228db860dc8645fc27a39e6654527 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sat, 6 Dec 2025 20:31:46 +0100 Subject: Fix wrong bundler install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1147c6a..cb647e7 100644 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ ynh_script_progression "Building app..." pushd "$install_dir/live" gem update --system - gem install bundler --no-document + gem install bundler -v '~> 2.7' --no-document ynh_hide_warnings ynh_exec_as_app LD_PRELOAD=libjemalloc.so bin/bundle config deployment 'true' ynh_hide_warnings ynh_exec_as_app LD_PRELOAD=libjemalloc.so bin/bundle config without 'development test' ynh_hide_warnings ynh_exec_as_app LD_PRELOAD=libjemalloc.so bin/bundle config set force_ruby_platform true --quiet -- cgit v1.2.3-70-g09d2