diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:14:19 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:14:19 +0000 |
commit | df6ef1375ac6ba3371a65aad6e44d0dda27bb95b (patch) | |
tree | 206998fb3e0203a7499ab3206a6b7b4cf063b70c /doc/update | |
parent | 514d579092a36faedce66879c7f25baec31b4af5 (diff) | |
download | gitlab-ce-df6ef1375ac6ba3371a65aad6e44d0dda27bb95b.tar.gz |
Update doc/update/10.1-to-10.2.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/10.1-to-10.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/10.1-to-10.2.md b/doc/update/10.1-to-10.2.md index 632e8befa74..20895a05567 100644 --- a/doc/update/10.1-to-10.2.md +++ b/doc/update/10.1-to-10.2.md @@ -49,7 +49,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Update Node |