Commit 10879664 authored by Fatih Sarhan's avatar Fatih Sarhan

Update doc/ci/caching/index.md file

parent e2599181
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment