diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:27:53 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:27:53 +0000 |
commit | e8f1d1b52e0865b5bf17e4e776802dc3a613690b (patch) | |
tree | 8fd529cc13058e3ee7a615361bc2d2eda9b3fd18 /doc/update | |
parent | 4a398f7585fbc19f32b4d61570b150db7f4f51af (diff) | |
download | gitlab-ce-e8f1d1b52e0865b5bf17e4e776802dc3a613690b.tar.gz |
Update doc/update/8.16-to-8.17.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.16-to-8.17.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.16-to-8.17.md b/doc/update/8.16-to-8.17.md index ee2e31c2aec..5a4f620a164 100644 --- a/doc/update/8.16-to-8.17.md +++ b/doc/update/8.16-to-8.17.md @@ -50,7 +50,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Update Node |