Doc: minor fix, should be greater or equal to min version [ci skip] (#7856)

Merge pull request 7856
This commit is contained in:
David Zhang 2019-10-11 17:38:26 +09:00 committed by jekyllbot
parent d9c6e2062a
commit 30fcdcfa04
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ruby -v
{{ site.data.ruby.current_version_output }}
```
If you're using a supported Ruby version > {{ site.data.ruby.min_version }}, go ahead
If you're using a supported Ruby version >= {{ site.data.ruby.min_version }}, go ahead
and fetch the latest version of Jekyll:
```sh