From e826dac8db37deddd62aa1ecc544cbfd48924c23 Mon Sep 17 00:00:00 2001 From: John R Perry Date: Fri, 26 Feb 2021 02:25:17 -0700 Subject: [PATCH] Added max ruby version [Jekyll doesn't work with ruby 3.0.0](https://github.com/github/pages-gem/issues/752#issuecomment-764758292) --- docs/_docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/index.md b/docs/_docs/index.md index 07dfeb1126a..0480d97e242 100644 --- a/docs/_docs/index.md +++ b/docs/_docs/index.md @@ -14,7 +14,7 @@ tweak the site's look and feel, URLs, the data displayed on the page, and more. Jekyll requires the following: -* Ruby version **{{ site.data.ruby.min_version }}** or higher +* Ruby version **{{ site.data.ruby.min_version }}** up to 2.7.2 * RubyGems * GCC and Make