From e73af7252a00f5a9306fa202f5db350503fbe3fd Mon Sep 17 00:00:00 2001 From: Fatih Sarhan Date: Mon, 31 Dec 2018 21:59:46 +0000 Subject: Update doc/ci/yaml/README.md --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 440254e58bd..c74f5e5b3f9 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1660,7 +1660,7 @@ automatically fetched and evaluated along with the content of `.gitlab-ci.yml`: before_script: - apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs - - gem install bundler --no-ri --no-rdoc + - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" ``` -- cgit v1.2.3