diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:27:33 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:27:33 +0000 |
commit | 4a398f7585fbc19f32b4d61570b150db7f4f51af (patch) | |
tree | e4a2279d326eac2e889005ae304b0891b645052a | |
parent | c566a2a42345461277d4bbc97efb05bec547a4c7 (diff) | |
download | gitlab-ce-4a398f7585fbc19f32b4d61570b150db7f4f51af.tar.gz |
Update doc/update/8.15-to-8.16.md
-rw-r--r-- | doc/update/8.15-to-8.16.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.15-to-8.16.md b/doc/update/8.15-to-8.16.md index 3668142edd2..94b0102ed48 100644 --- a/doc/update/8.15-to-8.16.md +++ b/doc/update/8.15-to-8.16.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. Get latest code |