Update upgrading.md to mention usage of `bundle update` (#5604)
Merge pull request 5604
This commit is contained in:
parent
57e93c463a
commit
da5ee4685e
|
@ -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 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.
|
||||
|
|
Loading…
Reference in New Issue