diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:29:34 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:29:34 +0000 |
commit | 7f07f4f6c12f1c63d94db8dc5e5e2f477becd6e8 (patch) | |
tree | 75249123bc6f89b7468a3c51bdbc5148aff3c9d4 /doc/update | |
parent | 401a807bfe233bb93583d8bbc4e4eef88bb80bb9 (diff) | |
download | gitlab-ce-7f07f4f6c12f1c63d94db8dc5e5e2f477becd6e8.tar.gz |
Update doc/update/9.1-to-9.2.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/9.1-to-9.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.1-to-9.2.md b/doc/update/9.1-to-9.2.md index b815242ab4e..dd808c51985 100644 --- a/doc/update/9.1-to-9.2.md +++ b/doc/update/9.1-to-9.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 |