From a6cb4d8fc8152c3c5b5cfd1a062bbd3a9f4678c2 Mon Sep 17 00:00:00 2001 From: John Hess Date: Mon, 29 Jan 2024 17:44:10 -0600 Subject: [PATCH] bump jekyll to fix logger issue breaking CI --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f8412bf..5cd5022 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "jekyll", "4.3.2" +gem "jekyll", "4.3.3" group :jekyll_plugins do # It seems sass-embedded wasn't built with aarch64-linux packages after some point. This is a known good version.