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:
parent
7d58acea0a
commit
599bb03b16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue