From db921a5d071de600ffc55bce76bb9fc375685b67 Mon Sep 17 00:00:00 2001 From: Henry Senyondo <5192965+henrykironde@users.noreply.github.com> Date: Thu, 18 Jan 2018 15:27:49 -0500 Subject: [PATCH] Ensure Ruby is updated to work with Jekyll on OSX If you have an out dated Ruby version. They may fail to work with jekyll --- setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.md b/setup.md index b7e45970..cee9669b 100644 --- a/setup.md +++ b/setup.md @@ -162,6 +162,7 @@ you must install the software described below. 1. **Ruby**. This is included with Linux and Mac OS X; the simplest option on Windows is to use [RubyInstaller][ruby-installer]. + Make sure Ruby is upto date otherwise jekyll may fail. You can test your installation by running `ruby --version`. For more information, see [the Ruby installation guidelines][ruby-install-guide].