From 0f0dab0239b3c9a8a7abc19c18bcb4b382e7c79a Mon Sep 17 00:00:00 2001 From: "James, please" Date: Wed, 21 Jun 2017 01:13:53 -0700 Subject: [PATCH] Update minimum Ruby version in installation.md (#6164) Merge pull request 6164 --- docs/_docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 5a8fc7a1..659becc9 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -14,7 +14,7 @@ Installing Jekyll should be straight-forward if all requirements are met. Before you start, make sure your system has the following: - GNU/Linux, Unix, or macOS -- [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.0 or above, including all development +- [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.1 or above, including all development headers - [RubyGems](https://rubygems.org/pages/download) - [GCC](https://gcc.gnu.org/install/) and [Make](https://www.gnu.org/software/make/) (in case your system doesn't have them installed, which you can check by running `gcc -v` and `make -v` in your system's command line interface)