From da5ee4685e9c9f9c4ba3b8bdd890507626ef842b Mon Sep 17 00:00:00 2001 From: Mer Date: Fri, 31 Mar 2017 07:00:51 +0100 Subject: [PATCH] Update upgrading.md to mention usage of `bundle update` (#5604) Merge pull request 5604 --- docs/_docs/upgrading.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_docs/upgrading.md b/docs/_docs/upgrading.md index a1280672..e59187a4 100644 --- a/docs/_docs/upgrading.md +++ b/docs/_docs/upgrading.md @@ -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.