mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
no need to start with a bunch of cruft we may not even be wanting to use, let users install their gems themselves
This commit is contained in:
parent
f69655d2f4
commit
5c1aba24d9
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