diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:18:19 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:18:19 +0000 |
commit | 0041457fbc5126a9d87ae4e8dd17d5f1b9687f9a (patch) | |
tree | dfc637c831b5419c39291d5fe8ad4e16688e5767 | |
parent | 73d3dbd7535809ddb539f7e3f44377b311665ebf (diff) | |
download | gitlab-ce-0041457fbc5126a9d87ae4e8dd17d5f1b9687f9a.tar.gz |
Update doc/update/11.0-to-11.1.md
-rw-r--r-- | doc/update/11.0-to-11.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/11.0-to-11.1.md b/doc/update/11.0-to-11.1.md index 3f10a7edb8a..5b2dd48a744 100644 --- a/doc/update/11.0-to-11.1.md +++ b/doc/update/11.0-to-11.1.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 |