From c8cb0ea8e03e738197a7aacd0052debbf813e524 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sun, 1 Dec 2019 23:04:35 +0100 Subject: [PATCH] docs: macOS 10.15 comes with Ruby 2.6.3 --- docs/_docs/installation/macos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 56b1b2ff..7a4baa38 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -13,7 +13,8 @@ xcode-select --install ## Install Ruby Jekyll requires **Ruby > {{ site.data.ruby.min_version }}**. -As macOS Mojave 10.14 comes only with ruby 2.3.x, you'll have to install a newer version of Ruby. +macOS Catalina 10.15 comes with ruby 2.6.3, so you're fine. +If you're running a previous macOS system, you'll have to install a newer version of Ruby. ### With Homebrew {#brew} To run the latest Ruby version you need to install it through [Homebrew](https://brew.sh).