Skip to content

Commit ec0ef84

Browse files
committed
add '--no-document'
1 parent 959b778 commit ec0ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373
gems="bundler $gems"
7474
fi
7575
set -e
76-
"$LOCATION"/bin/gem install $gems > /tmp/$USER-ruby-install-bundler.log 2>&1
76+
"$LOCATION"/bin/gem install --no-document $gems > /tmp/$USER-ruby-install-bundler.log 2>&1
7777
)
7878
if [ $? -ne 0 ]; then
7979
echo "gem install failed. see log /tmp/$USER-ruby-install-bundler.log"

0 commit comments

Comments
 (0)