diff options
Diffstat (limited to 'doc/update/10.7-to-10.8.md')
-rw-r--r-- | doc/update/10.7-to-10.8.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/10.7-to-10.8.md b/doc/update/10.7-to-10.8.md index 7bb628f9740..0cc46fc5aa9 100644 --- a/doc/update/10.7-to-10.8.md +++ b/doc/update/10.7-to-10.8.md @@ -52,7 +52,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Update Node |