aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2025-12-06 20:31:46 +0100
committerLaria Carolin Chabowski <laria@laria.me>2025-12-06 20:31:46 +0100
commita0534d4d9e4228db860dc8645fc27a39e6654527 (patch)
treeb4b1ca6a4048a461cb5bb70d7ce36c062735efc5
parent6675c08f46c98e9e3a65a2b48daa64e9f6bb9119 (diff)
downloadmastodon_ynh-a0534d4d9e4228db860dc8645fc27a39e6654527.tar.gz
mastodon_ynh-a0534d4d9e4228db860dc8645fc27a39e6654527.tar.bz2
mastodon_ynh-a0534d4d9e4228db860dc8645fc27a39e6654527.zip
Fix wrong bundler installmaster
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
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