diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:17:05 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:17:05 +0000 |
commit | 136a445c887f376d80226f92828d720af6e3125b (patch) | |
tree | d48c8d29bf17123c14067558346090056ef88dfb /doc/update | |
parent | 0902c44cc889c0e81b777428c62a69d01d11d0e5 (diff) | |
download | gitlab-ce-136a445c887f376d80226f92828d720af6e3125b.tar.gz |
Update doc/update/10.6-to-10.7.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/10.6-to-10.7.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/10.6-to-10.7.md b/doc/update/10.6-to-10.7.md index b9c14395a3a..10d29837bfb 100644 --- a/doc/update/10.6-to-10.7.md +++ b/doc/update/10.6-to-10.7.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 |