diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-01-19 16:16:01 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-01-22 16:27:55 +0900 |
commit | e4bd4741262c53fa2495b2d2853f7a33d81efeb2 (patch) | |
tree | e4af5826510f45ef19fabfe2433c69b869d5e934 /doc/update/9.0-to-9.1.md | |
parent | 10d421be3fea1c6b69d773aeba3c08dfa1da38d0 (diff) | |
download | gitlab-ce-e4bd4741262c53fa2495b2d2853f7a33d81efeb2.tar.gz |
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/9.0-to-9.1.md')
-rw-r--r-- | doc/update/9.0-to-9.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.0-to-9.1.md b/doc/update/9.0-to-9.1.md index a4d2e7be23c..10214fd8aca 100644 --- a/doc/update/9.0-to-9.1.md +++ b/doc/update/9.0-to-9.1.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 |