Doc: minor fix, should be greater or equal to min version [ci skip] (#7856)
Merge pull request 7856
This commit is contained in:
parent
d9c6e2062a
commit
30fcdcfa04
|
@ -15,7 +15,7 @@ ruby -v
|
||||||
{{ site.data.ruby.current_version_output }}
|
{{ 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:
|
and fetch the latest version of Jekyll:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue