From 4f348bff76669c50d1b8ce8f85a3d870c4778fe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:26:25 +0000 Subject: [PATCH] Update dependency jekyll to v4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 150824f55..530523c23 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem "activesupport", ">= 5.2.7", :require => false gem "bootstrap-sass", "~> 3.x" gem "font-awesome-sass", "~> 4.x" -gem "jekyll", "~> 3.x" +gem "jekyll", "~> 4.0" gem "jekyll-assets", "< 3" # jekyll-assets 3.0.12 brings in sprockets 4 which has a bug: See https://github.com/envygeeks/jekyll-assets/pull/636 gem "jekyll-coffeescript" gem "jekyll-paginate"