Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Sarhan <f9n@protonmail.com>2019-01-01 00:58:07 +0300
committerFatih Sarhan <f9n@protonmail.com>2019-01-01 00:58:07 +0300
commit10879664ccce11b4f4fdde6e734cf0c99af12a66 (patch)
tree0866ee621866f322a50a7b77a466897c987faa6f /doc/ci/caching/index.md
parente25991811e5edb8dfdb9b521211c529e1febada2 (diff)
Update doc/ci/caching/index.md file
Diffstat (limited to 'doc/ci/caching/index.md')
-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: