From 60ec761af0e0c3d1612600879769f842240857cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 23 Feb 2024 23:05:33 +0100 Subject: [PATCH] set bundler version --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7d45805..c998a37 100755 --- a/scripts/install +++ b/scripts/install @@ -60,7 +60,8 @@ pushd "$install_dir" cp config/unicorn.rb.example config/unicorn.rb chown -R $app:www-data "$install_dir/config/unicorn.rb" # ynh_gem update --system --no-document - ynh_gem install rake bundler foreman --no-document + ynh_gem install bundler -v 2.4.22 + ynh_gem install rake foreman --no-document bundle config set --local deployment 'true' bundle config set --local without 'development test' bundle install