diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:26:52 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:26:52 +0000 |
commit | 6243b5eab8f19281f0675dfa39d16768ce639481 (patch) | |
tree | d4052632f56ba48de0d2ec6f247e8e9242f8f5df /doc/update | |
parent | f34b0d17aed8434a266839a50dadcd878e4fb3bc (diff) | |
download | gitlab-ce-6243b5eab8f19281f0675dfa39d16768ce639481.tar.gz |
Update doc/update/8.13-to-8.14.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.13-to-8.14.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.13-to-8.14.md b/doc/update/8.13-to-8.14.md index d2508e3f980..927f453b9bf 100644 --- a/doc/update/8.13-to-8.14.md +++ b/doc/update/8.13-to-8.14.md @@ -47,7 +47,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Get latest code |