Skip to content

Commit 4cc0d69

Browse files
committed
install bundler without doc
1 parent cddfa47 commit 4cc0d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
source script/functions.sh
77

88
yes | gem update --system
9-
yes | gem install bundler
9+
yes | gem install --no-document bundler

0 commit comments

Comments
 (0)