From cf3943342a746ab884391642d6b21eec0adbe20a Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 7 Dec 2020 19:51:30 +0800 Subject: [PATCH] Update the minimum version requirements of Jekyll Jekyll allow custom sorting of collection documents from 4.x --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index db23cc8..e35f3da 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 89d2f1e..7bcf94e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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