1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00

set bundler version

This commit is contained in:
Salamandar 2024-02-23 23:05:33 +01:00
parent 85ca3e2e23
commit 60ec761af0

View file

@ -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