Fix #55740: Use --no-document option instead of deprecated options in simple .gitlab-ci.yml file

This commit is contained in:
Fatih Sarhan 2018-12-27 14:19:41 +00:00
parent 77909a8846
commit 66596daf05
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- ruby -v
- which ruby
- gem install bundler --no-ri --no-rdoc
- gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec: