Remove deprecated gem install documentation options

This commit is contained in:
mergwyn 2020-09-07 18:40:24 +01:00
parent 4d6e2260dd
commit fc1c217848

View File

@ -5,7 +5,7 @@ cache: bundler
before_install:
- if [ $BUNDLER_VERSION ]; then
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
gem install -v $BUNDLER_VERSION bundler --no-document;
fi
- bundle -v
- rm Gemfile.lock || true