summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-01-01 19:23:37 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-01-01 19:27:19 +0900
commit1b87f8d7637ce7ba58c9391ea69d35515cb78074 (patch)
treea22e760fc2eacb4437569ffd88fa0d26e07a36f4 /doc/ci
parent895355724586574634f0ffdde7a70ca53a19be17 (diff)
downloadgitlab-ce-1b87f8d7637ce7ba58c9391ea69d35515cb78074.tar.gz
Remove gem install bundler from Docker-based Ruby environments
bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/caching/index.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index 4626ccfe93d..495ec099111 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -300,7 +300,6 @@ cache:
before_script:
- ruby -v # Print out ruby version for debugging
- - gem install bundler --no-document # Bundler is not installed with the image
- bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby
rspec: