Update the minimum version requirements of Jekyll
Jekyll allow custom sorting of collection documents from 4.x
This commit is contained in:
parent
59deef469d
commit
cf3943342a
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll", ">= 3.8.6", "< 5.0"
|
||||
gem "jekyll", ">= 4.0.0", "< 5.0"
|
||||
|
||||
# plugins
|
||||
group :jekyll_plugins do
|
||||
|
|
|
@ -97,7 +97,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
html-proofer
|
||||
jekyll (>= 3.8.6, < 5.0)
|
||||
jekyll (>= 4.0.0, < 5.0)
|
||||
jekyll-archives
|
||||
jekyll-paginate
|
||||
jekyll-redirect-from
|
||||
|
|
Loading…
Reference in a new issue