Merge pull request #5983 from DirtyF/ruby-2.1

Merge pull request 5983
This commit is contained in:
jekyllbot 2017-03-27 15:38:36 -04:00 committed by GitHub
commit 99f5925cd3
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 ## Installation Problems
If you encounter errors during gem installation, you may need to install 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: can be done on Ubuntu or Debian by running:
```sh ```sh

View File

@ -12,7 +12,7 @@ Before we dive in, go ahead and fetch the latest version of Jekyll:
$ gem update 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"> <div class="note feature">
<h5 markdown="1">Diving in</h5> <h5 markdown="1">Diving in</h5>