diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:30:09 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:30:09 +0000 |
commit | 7fd214397627974ab3a4a30d6c2881fff0d4bd8c (patch) | |
tree | ea3aa96a1581c79f13b81384c6a0633f3207b5f9 /doc/update | |
parent | 5bffb6055bcafd39e0e9be4eb9a47c7a2a885528 (diff) | |
download | gitlab-ce-7fd214397627974ab3a4a30d6c2881fff0d4bd8c.tar.gz |
Update doc/update/9.3-to-9.4.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/9.3-to-9.4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.3-to-9.4.md b/doc/update/9.3-to-9.4.md index 0c87468334b..dae2162a964 100644 --- a/doc/update/9.3-to-9.4.md +++ b/doc/update/9.3-to-9.4.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 |