summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Sarhan <f9n@protonmail.com>2018-12-31 21:58:07 +0000
committerFatih Sarhan <f9n@protonmail.com>2018-12-31 21:58:07 +0000
commit10879664ccce11b4f4fdde6e734cf0c99af12a66 (patch)
tree0866ee621866f322a50a7b77a466897c987faa6f
parente25991811e5edb8dfdb9b521211c529e1febada2 (diff)
downloadgitlab-ce-10879664ccce11b4f4fdde6e734cf0c99af12a66.tar.gz
Update doc/ci/caching/index.md file
-rw-r--r--doc/ci/caching/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index f93ccc4e3c1..4626ccfe93d 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -300,7 +300,7 @@ cache:
before_script:
- ruby -v # Print out ruby version for debugging
- - gem install bundler --no-ri --no-rdoc # Bundler is not installed with the image
+ - gem install bundler --no-document # Bundler is not installed with the image
- bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby
rspec: