mention Ruby > 2.1.0 in docs

This commit is contained in:
Frank Taillandier 2017-03-26 13:23:17 +02:00
parent a9830fadac
commit a2e82b7264
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ that might be of help. If the problem youre experiencing isnt covered belo
## Installation Problems
If you encounter errors during gem installation, you may need to install
the header files for compiling extension modules for Ruby 2.0.0. This
the header files for compiling extension modules for Ruby 2.x This
can be done on Ubuntu or Debian by running:
```sh

View File

@ -12,7 +12,7 @@ Before we dive in, go ahead and fetch the latest version of Jekyll:
$ gem update jekyll
```
Please note: Jekyll 3 requires Ruby version >= 2.0.0.
Please note: Jekyll 3.2 requires Ruby version >= 2.1
<div class="note feature">
<h5 markdown="1">Diving in</h5>