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:
authorSean McGivern <sean@gitlab.com>2019-01-01 11:52:56 +0300
committerSean McGivern <sean@gitlab.com>2019-01-01 11:52:56 +0300
commit895355724586574634f0ffdde7a70ca53a19be17 (patch)
tree54c5acc8a39b4e0a2e314fd1c1cd69dc716d4d7e /doc/update/8.15-to-8.16.md
parent30a301b8ae4d03a030eda3ec3deac949a2ae78e1 (diff)
parentc7ac1b4060a6875d888eeb62908677d67cd87ef7 (diff)
Merge branch 'patch-37' into 'master'
Fix #55740: Use the '--no-document' option instead of the 'gem' tool's deprecated options Closes #55740 See merge request gitlab-org/gitlab-ce!24049
Diffstat (limited to 'doc/update/8.15-to-8.16.md')
-rw-r--r--doc/update/8.15-to-8.16.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.15-to-8.16.md b/doc/update/8.15-to-8.16.md
index 3668142edd2..94b0102ed48 100644
--- a/doc/update/8.15-to-8.16.md
+++ b/doc/update/8.15-to-8.16.md
@@ -50,7 +50,7 @@ sudo make install
Install Bundler:
```bash
-sudo gem install bundler --no-ri --no-rdoc
+sudo gem install bundler --no-document
```
### 4. Get latest code