mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
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
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll", ">= 3.8.6", "< 5.0"
|
gem "jekyll", ">= 4.0.0", "< 5.0"
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
@ -97,7 +97,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
html-proofer
|
html-proofer
|
||||||
jekyll (>= 3.8.6, < 5.0)
|
jekyll (>= 4.0.0, < 5.0)
|
||||||
jekyll-archives
|
jekyll-archives
|
||||||
jekyll-paginate
|
jekyll-paginate
|
||||||
jekyll-redirect-from
|
jekyll-redirect-from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user