Skip to content

Commit ea2f950

Browse files
committed
Merge pull request rbenv#29 from yyyc514/master
REE should use the do not install helpful gems option
2 parents f69655d + 5c1aba2 commit ea2f950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/ruby-build/ree-1.8.7-2011.03

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build_package_ree_installer() {
44
options="--no-tcmalloc"
55
fi
66

7-
{ ./installer --auto "$PREFIX_PATH" $options
7+
{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
88
} >&4 2>&1
99
}
1010

0 commit comments

Comments
 (0)