Use --no-document option instead of --no-rdoc and --no-ri option

This commit is contained in:
takiy33 2015-06-02 23:07:18 +09:00
parent 7d58acea0a
commit 599bb03b16
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function test {
export RUBY_ROOT=/opt/rubies/$version
if [ ! -f $GEM_HOME/bin/bundle ]; then
gem install bundler --no-rdoc --no-ri
gem install bundler --no-document
fi
bundle install --quiet