mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Merge pull request #29 from yyyc514/master
REE should use the do not install helpful gems option
This commit is contained in:
commit
ea2f950da5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ build_package_ree_installer() {
|
|||
options="--no-tcmalloc"
|
||||
fi
|
||||
|
||||
{ ./installer --auto "$PREFIX_PATH" $options
|
||||
{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
|
||||
} >&4 2>&1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue