Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Sarhan <f9n@protonmail.com>2019-01-01 01:23:14 +0300
committerFatih Sarhan <f9n@protonmail.com>2019-01-01 01:23:14 +0300
commit28764ff11bdac4ba8aeecb7bd32a810338bd02d4 (patch)
tree3afc386c513684eadf49c638cac0a3ee0a26508a /doc/update
parentfb36a2b989fdc4a6e30123d9ed9a33b71e44ece3 (diff)
Update doc/update/6.9-to-7.0.md
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/6.9-to-7.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.9-to-7.0.md b/doc/update/6.9-to-7.0.md
index 27063948028..781c90e4198 100644
--- a/doc/update/6.9-to-7.0.md
+++ b/doc/update/6.9-to-7.0.md
@@ -47,7 +47,7 @@ sudo make install
Install Bundler:
```bash
-sudo gem install bundler --no-ri --no-rdoc
+sudo gem install bundler --no-document
```
### 3. Get latest code