From 30fcdcfa048640b3c74d6b46a6b1c1d414badc75 Mon Sep 17 00:00:00 2001 From: David Zhang Date: Fri, 11 Oct 2019 17:38:26 +0900 Subject: [PATCH] Doc: minor fix, should be greater or equal to min version [ci skip] (#7856) Merge pull request 7856 --- docs/_docs/upgrading/3-to-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/upgrading/3-to-4.md b/docs/_docs/upgrading/3-to-4.md index 5ac47a39..9e9a2f96 100644 --- a/docs/_docs/upgrading/3-to-4.md +++ b/docs/_docs/upgrading/3-to-4.md @@ -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