Skip to content

Commit 639bb90

Browse files
committed
Save several seconds on doc generation
1 parent 97759f9 commit 639bb90

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,7 +6,7 @@ set -e
66
source script/functions.sh
77

88
if is_ruby_23_plus; then
9-
gem install bundler --conservative
9+
gem install bundler --conservative --no-document
1010
gem update --system
1111
else
1212
echo "Warning installing older versions of Rubygems / Bundler"

0 commit comments

Comments
 (0)