Update upgrading.md to mention usage of `bundle update` (#5604)

Merge pull request 5604
This commit is contained in:
Mer 2017-03-31 07:00:51 +01:00 committed by jekyllbot
parent 57e93c463a
commit da5ee4685e
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ Upgrading from an older version of Jekyll? Upgrading to a new major version of J
- [From 0.x to 1.x and 2.x](/docs/upgrading/0-to-2/) - [From 0.x to 1.x and 2.x](/docs/upgrading/0-to-2/)
- [From 2.x to 3.x](/docs/upgrading/2-to-3/) - [From 2.x to 3.x](/docs/upgrading/2-to-3/)
If you are making a minor update (for example from 3.3.1 to the latest version at the time 3.3.2) run 'bundle update jekyll' when in your site directory.
If you would like to update all your gems, run 'bundle update' when in your site directory.