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: before_install:
- if [ $BUNDLER_VERSION ]; then - if [ $BUNDLER_VERSION ]; then
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri; gem install -v $BUNDLER_VERSION bundler --no-document;
fi fi
- bundle -v - bundle -v
- rm Gemfile.lock || true - rm Gemfile.lock || true