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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-01-19 10:16:01 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-01-22 10:27:55 +0300
commite4bd4741262c53fa2495b2d2853f7a33d81efeb2 (patch)
treee4af5826510f45ef19fabfe2433c69b869d5e934 /doc/update/8.14-to-8.15.md
parent10d421be3fea1c6b69d773aeba3c08dfa1da38d0 (diff)
Avoid installing Bundler 2.0 or higher
to always use Bundler 1.x on source install at this moment Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'doc/update/8.14-to-8.15.md')
-rw-r--r--doc/update/8.14-to-8.15.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md
index d98a60d31c8..eadf1743597 100644
--- a/doc/update/8.14-to-8.15.md
+++ b/doc/update/8.14-to-8.15.md
@@ -50,7 +50,7 @@ sudo make install
Install Bundler:
```bash
-sudo gem install bundler --no-document
+sudo gem install bundler --no-document --version '< 2'
```
### 4. Get latest code