diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:27:12 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:27:12 +0000 |
commit | c566a2a42345461277d4bbc97efb05bec547a4c7 (patch) | |
tree | 378652d77dad3e5cf964cdf8f9ec5ee58528226b | |
parent | 6243b5eab8f19281f0675dfa39d16768ce639481 (diff) | |
download | gitlab-ce-c566a2a42345461277d4bbc97efb05bec547a4c7.tar.gz |
Update doc/update/8.14-to-8.15.md
-rw-r--r-- | doc/update/8.14-to-8.15.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md index daf8d0f2ca6..d98a60d31c8 100644 --- a/doc/update/8.14-to-8.15.md +++ b/doc/update/8.14-to-8.15.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 |