1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

Update restore

This commit is contained in:
ericgaspar 2022-04-13 08:51:29 +02:00
parent af452dbf5b
commit d483d3eaa1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -100,9 +100,8 @@ pushd $final_path
ynh_use_ruby ynh_use_ruby
ynh_gem update --system --no-document ynh_gem update --system --no-document
ynh_gem install bundler passenger --no-document ynh_gem install bundler passenger --no-document
bundle config set --local without 'development test' bundle config set --local without 'development test rmagick'
bundle install bundle install
bundle install --without development test rmagick
popd popd
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies