Update "Requirements" for Ruby version (#6623)

Merge pull request 6623
This commit is contained in:
Junko Suzuki 2017-12-12 20:28:05 +09:00 committed by jekyllbot
parent 977837fa3a
commit bc8fee97c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.1 or above, including all development
- [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.2.5 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)