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