diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:30:46 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:30:46 +0000 |
commit | d07067ae142cf117266aac23132303d7d9654bb7 (patch) | |
tree | 0a21b878c2c3338d8ce941695c402a6d8ebf5b9b /doc/update | |
parent | 9199887cce5d99798e7f23b9a0ac64704b61e930 (diff) | |
download | gitlab-ce-d07067ae142cf117266aac23132303d7d9654bb7.tar.gz |
Update doc/update/9.5-to-10.0.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/9.5-to-10.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.5-to-10.0.md b/doc/update/9.5-to-10.0.md index 7790d192a82..333a6e35714 100644 --- a/doc/update/9.5-to-10.0.md +++ b/doc/update/9.5-to-10.0.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 |