diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:26:28 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:26:28 +0000 |
commit | f34b0d17aed8434a266839a50dadcd878e4fb3bc (patch) | |
tree | 7a5bc52fb48f70ecb3eee5b34bd3794b6d3a00ae /doc/update | |
parent | 4e44fb43602c94e012f705e1db81678bdb77835b (diff) | |
download | gitlab-ce-f34b0d17aed8434a266839a50dadcd878e4fb3bc.tar.gz |
Update doc/update/8.12-to-8.13.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.12-to-8.13.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index 6225dee9802..37e61794e7e 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -47,7 +47,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 |