diff options
Diffstat (limited to 'doc/update/10.4-to-10.5.md')
-rw-r--r-- | doc/update/10.4-to-10.5.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/10.4-to-10.5.md b/doc/update/10.4-to-10.5.md index 3766645a141..f00bbcaeaa6 100644 --- a/doc/update/10.4-to-10.5.md +++ b/doc/update/10.4-to-10.5.md @@ -51,7 +51,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-document +sudo gem install bundler --no-document --version '< 2' ``` ### 4. Update Node |