diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:17:32 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:17:32 +0000 |
commit | 73d3dbd7535809ddb539f7e3f44377b311665ebf (patch) | |
tree | 5997866e9fda968f21b4bdf958e4497843a14c71 /doc/update | |
parent | 6b5747d82d96390a647a123c15ee7c13b1d360da (diff) | |
download | gitlab-ce-73d3dbd7535809ddb539f7e3f44377b311665ebf.tar.gz |
Update doc/update/10.8-to-11.0.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/10.8-to-11.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/10.8-to-11.0.md b/doc/update/10.8-to-11.0.md index 22a0c9f950c..ad3305d8ebd 100644 --- a/doc/update/10.8-to-11.0.md +++ b/doc/update/10.8-to-11.0.md @@ -51,7 +51,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Update Node |