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

test without gem update

This commit is contained in:
Salamandar 2024-02-23 22:46:39 +01:00
parent 9eaa74b140
commit 85ca3e2e23

View file

@ -59,7 +59,7 @@ pushd "$install_dir"
ynh_use_ruby
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 update --system --no-document
ynh_gem install rake bundler foreman --no-document
bundle config set --local deployment 'true'
bundle config set --local without 'development test'