diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:29:50 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:29:50 +0000 |
commit | 5bffb6055bcafd39e0e9be4eb9a47c7a2a885528 (patch) | |
tree | 044f7b9f59327bd25c4640c191fa7a94ee1d665c /doc/update | |
parent | 7f07f4f6c12f1c63d94db8dc5e5e2f477becd6e8 (diff) | |
download | gitlab-ce-5bffb6055bcafd39e0e9be4eb9a47c7a2a885528.tar.gz |
Update doc/update/9.2-to-9.3.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/9.2-to-9.3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.2-to-9.3.md b/doc/update/9.2-to-9.3.md index a58b12cb81c..d2bcf45a28e 100644 --- a/doc/update/9.2-to-9.3.md +++ b/doc/update/9.2-to-9.3.md @@ -49,7 +49,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Update Node |