diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:19:43 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:19:43 +0000 |
commit | fb36a2b989fdc4a6e30123d9ed9a33b71e44ece3 (patch) | |
tree | 0bf48956f59e5a6256e5f639293695ab765a6377 /doc | |
parent | 4d433f0f247bc0d7969ed2d3f7f8a87377bdc68d (diff) | |
download | gitlab-ce-fb36a2b989fdc4a6e30123d9ed9a33b71e44ece3.tar.gz |
Update 11.5-to-11.6.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/11.5-to-11.6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/11.5-to-11.6.md b/doc/update/11.5-to-11.6.md index 031abc434ca..2e9ec5d71de 100644 --- a/doc/update/11.5-to-11.6.md +++ b/doc/update/11.5-to-11.6.md @@ -51,7 +51,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Update Node |