mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix call to gem
This commit is contained in:
parent
b727dce7b1
commit
ca6fd6e618
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ env_ruby() {
|
|||
fabmanager_build_ruby() {
|
||||
pushd "$install_dir"
|
||||
ynh_use_ruby
|
||||
ynh_gem update --system --no-document
|
||||
ynh_gem install bundler rake --no-document
|
||||
$ynh_gem update --system --no-document
|
||||
$ynh_gem install bundler rake --no-document
|
||||
|
||||
env_ruby bin/bundle config --global frozen 1
|
||||
env_ruby bin/bundle config set without 'development test doc'
|
||||
|
|
Loading…
Add table
Reference in a new issue