Merge "Replace the remaning usage of gem --no-ri and --no-rdoc"

This commit is contained in:
Zuul 2021-03-19 22:43:55 +00:00 committed by Gerrit Code Review
commit 0e94daac4b

View File

@ -19,7 +19,7 @@
export GEM_HOME=`pwd`/.bundled_gems
export GEM_BIN_DIR=$GEM_HOME/bin
ruby <<EOF
cmd = 'gem install bundler --no-rdoc --no-ri --verbose --no-user-install --bindir=${GEM_BIN_DIR}'
cmd = 'gem install bundler --no-document --verbose --no-user-install --bindir=${GEM_BIN_DIR}'
cmd += ' -v 2.2.11'
system(cmd)
EOF