1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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