diff options
| author | Laria Carolin Chabowski <laria@laria.me> | 2025-12-06 20:31:46 +0100 |
|---|---|---|
| committer | Laria Carolin Chabowski <laria@laria.me> | 2025-12-06 20:31:46 +0100 |
| commit | a0534d4d9e4228db860dc8645fc27a39e6654527 (patch) | |
| tree | b4b1ca6a4048a461cb5bb70d7ce36c062735efc5 | |
| parent | 6675c08f46c98e9e3a65a2b48daa64e9f6bb9119 (diff) | |
| download | mastodon_ynh-master.tar.gz mastodon_ynh-master.tar.bz2 mastodon_ynh-master.zip | |
Fix wrong bundler installmaster
| -rw-r--r-- | scripts/install | 2 |
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 |
