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:
parent
85ca3e2e23
commit
60ec761af0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue