summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortakiy33 <takiy33@gmail.com>2015-06-02 23:07:18 +0900
committertakiy33 <takiy33@gmail.com>2015-06-02 23:07:18 +0900
commit599bb03b1655d4a50e325a31daa12a835d8e9b60 (patch)
treefef1b20a94a40ec44a1a8072d9676a420aea31ad
parent7d58acea0a0e74311d32ec25fa603aadd5d22093 (diff)
downloadpry-599bb03b1655d4a50e325a31daa12a835d8e9b60.tar.gz
Use --no-document option instead of --no-rdoc and --no-ri option
-rwxr-xr-xmulti_test_inside_docker.sh2
1 files changed, 1 insertions, 1 deletions
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