diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:15:46 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:15:46 +0000 |
commit | e7cb292f4aa51a6c2abbda4bf93a32e9f0bddecf (patch) | |
tree | 24e268641b4efe45208ea724735feb651e86bba1 /doc | |
parent | 412e0dec70b39d3b0c7dd7e6c0c783071a623fdd (diff) | |
download | gitlab-ce-e7cb292f4aa51a6c2abbda4bf93a32e9f0bddecf.tar.gz |
Update doc/update/10.3-to-10.4.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/10.3-to-10.4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/10.3-to-10.4.md b/doc/update/10.3-to-10.4.md index 083f6090a8a..9f3efdd790e 100644 --- a/doc/update/10.3-to-10.4.md +++ b/doc/update/10.3-to-10.4.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 |