From b4deb79392322ab1249dbdfd7cb6f3fc76c79239 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 3 Feb 2016 17:01:01 +0530 Subject: [PATCH] [add note] Jekyll 3 requires newer ver. of Ruby. Adding a note that Jekyll 3 requires Ruby version >= 2.0.0. --- site/_docs/upgrading/2-to-3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_docs/upgrading/2-to-3.md b/site/_docs/upgrading/2-to-3.md index dbbda9a9..86cd910c 100644 --- a/site/_docs/upgrading/2-to-3.md +++ b/site/_docs/upgrading/2-to-3.md @@ -13,6 +13,8 @@ Before we dive in, go ahead and fetch the latest version of Jekyll: $ gem update jekyll {% endhighlight %} +Please note: Jekyll 3 requires Ruby version >= 2.0.0. +
Diving in

Want to get a new Jekyll site up and running quickly? Simply