diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:28:18 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:28:18 +0000 |
commit | 65ec7e12d50d6d31c4a70b917e1a615fc9c977d3 (patch) | |
tree | 3cf933efe5ed69d5713d37e21c3d92b8e214e671 /doc/update | |
parent | e8f1d1b52e0865b5bf17e4e776802dc3a613690b (diff) | |
download | gitlab-ce-65ec7e12d50d6d31c4a70b917e1a615fc9c977d3.tar.gz |
Update doc/update/8.17-to-9.0.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.17-to-9.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.17-to-9.0.md b/doc/update/8.17-to-9.0.md index 3c73bc573a6..38f7d22437a 100644 --- a/doc/update/8.17-to-9.0.md +++ b/doc/update/8.17-to-9.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 |