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:
authorEvan Read <eread@gitlab.com>2019-01-23 05:17:37 +0300
committerEvan Read <eread@gitlab.com>2019-01-23 05:17:37 +0300
commitfb24d5fa93ee7f583f70f8f46274474ca6fdd0fc (patch)
treefbfecaec1931244f2ba23c7270a414d5e878f631 /doc/update/9.1-to-9.2.md
parent5cf994043fbf8669120e52f7fc345f9168a0d77b (diff)
parente4bd4741262c53fa2495b2d2853f7a33d81efeb2 (diff)
Merge branch '55979-avoid-installing-bundler-v2-or-higher-docs' into 'master'
Avoid installing Bundler 2.0 or higher on source-based install Closes #55979 See merge request gitlab-org/gitlab-ce!24502
Diffstat (limited to 'doc/update/9.1-to-9.2.md')
-rw-r--r--doc/update/9.1-to-9.2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.1-to-9.2.md b/doc/update/9.1-to-9.2.md
index dd808c51985..79d92f05257 100644
--- a/doc/update/9.1-to-9.2.md
+++ b/doc/update/9.1-to-9.2.md
@@ -49,7 +49,7 @@ sudo make install
Install Bundler:
```bash
-sudo gem install bundler --no-document
+sudo gem install bundler --no-document --version '< 2'
```
### 4. Update Node