mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
run gem update as root
This commit is contained in:
parent
c6bd010960
commit
287b291b4f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ruby_version=3.1
|
|||
_redmine_ruby_install() {
|
||||
pushd "$install_dir"
|
||||
ynh_use_ruby
|
||||
ynh_exec_as "$app" "$ynh_ruby_load_path" "$ynh_gem" update --system --no-document
|
||||
"$ynh_gem" update --system --no-document
|
||||
ynh_exec_as "$app" "$ynh_ruby_load_path" "$ynh_gem" install bundler passenger --no-document
|
||||
ynh_exec_as "$app" "$ynh_ruby_load_path" bundle config set --local without 'development test rmagick'
|
||||
ynh_exec_as "$app" "$ynh_ruby_load_path" bundle add 'webrick' --version '~> 1.7'
|
||||
|
|
Loading…
Add table
Reference in a new issue