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:
Diffstat (limited to 'doc/development/gems.md')
-rw-r--r--doc/development/gems.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gems.md b/doc/development/gems.md
index 709dfa105bf..4a332a28f62 100644
--- a/doc/development/gems.md
+++ b/doc/development/gems.md
@@ -156,7 +156,7 @@ You can see example adding new Gem: [!121676](https://gitlab.com/gitlab-org/gitl
paths:
- gitlab-<name-of-gem>/vendor/ruby
before_script:
- - cd vendor/gems/bundler-checksum
+ - cd gems/gitlab-<name-of-gem>
- ruby -v # Print out ruby version for debugging
- gem install bundler --no-document # Bundler is not installed with the image
- bundle config set --local path 'vendor' # Install dependencies into ./vendor/ruby