From 599bb03b1655d4a50e325a31daa12a835d8e9b60 Mon Sep 17 00:00:00 2001 From: takiy33 Date: Tue, 2 Jun 2015 23:07:18 +0900 Subject: [PATCH] Use --no-document option instead of --no-rdoc and --no-ri option --- multi_test_inside_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_test_inside_docker.sh b/multi_test_inside_docker.sh index 4d713815..f509be0d 100755 --- a/multi_test_inside_docker.sh +++ b/multi_test_inside_docker.sh @@ -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