diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 21:58:07 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 21:58:07 +0000 |
commit | 10879664ccce11b4f4fdde6e734cf0c99af12a66 (patch) | |
tree | 0866ee621866f322a50a7b77a466897c987faa6f | |
parent | e25991811e5edb8dfdb9b521211c529e1febada2 (diff) | |
download | gitlab-ce-10879664ccce11b4f4fdde6e734cf0c99af12a66.tar.gz |
Update doc/ci/caching/index.md file
-rw-r--r-- | doc/ci/caching/index.md | 2 |
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: |