Skip to content

Commit e6ebcab

Browse files
committed
Fix the Jekyll minimum version requirement
Starting from Jekyll v4.1.0, the filter `number_of_words` accepts optional parameters to handle CKJ characters
1 parent bd78acd commit e6ebcab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", ">= 4.0.0", "< 5.0"
3+
gem "jekyll", ">= 4.1.0", "< 5.0"
44

55
# plugins
66
group :jekyll_plugins do

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ PLATFORMS
9797

9898
DEPENDENCIES
9999
html-proofer
100-
jekyll (>= 4.0.0, < 5.0)
100+
jekyll (>= 4.1.0, < 5.0)
101101
jekyll-archives
102102
jekyll-paginate
103103
jekyll-redirect-from

0 commit comments

Comments
 (0)