summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Sarhan <f9n@protonmail.com>2018-12-31 22:03:38 +0000
committerFatih Sarhan <f9n@protonmail.com>2018-12-31 22:03:38 +0000
commit514d579092a36faedce66879c7f25baec31b4af5 (patch)
tree4c7fd1942faeacb0d37c9d1dd466ab158b843ce8
parent06cf5fbe40e69c610bd2e2b6422d1ba20ead24db (diff)
downloadgitlab-ce-514d579092a36faedce66879c7f25baec31b4af5.tar.gz
Update lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
-rw-r--r--lib/gitlab/ci/templates/Ruby.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml b/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
index 93cb31f48c0..51d6628c63b 100644
--- a/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
@@ -24,7 +24,7 @@ before_script:
- ruby -v # Print out ruby version for debugging
# Uncomment next line if your rails app needs a JS runtime:
# - apt-get update -q && apt-get install nodejs -yqq
- - 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
# Optional - Delete if not using `rubocop`