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