Fix wrong bundler install
This commit is contained in:
parent
6675c08f46
commit
a0534d4d9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue