Fix the Jekyll minimum version requirement

Starting from Jekyll v4.1.0, the filter `number_of_words` accepts optional parameters to handle CKJ characters
This commit is contained in:
Cotes Chung 2020-12-21 01:56:34 +08:00
parent 6d4abcc437
commit 7429ef3539
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
gem "jekyll", ">= 4.0.0", "< 5.0"
gem "jekyll", ">= 4.1.0", "< 5.0"
# plugins
group :jekyll_plugins do

View File

@ -97,7 +97,7 @@ PLATFORMS
DEPENDENCIES
html-proofer
jekyll (>= 4.0.0, < 5.0)
jekyll (>= 4.1.0, < 5.0)
jekyll-archives
jekyll-paginate
jekyll-redirect-from