From 2c0674c33a1373f8c780c64f6b08abe8d2f9ec49 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Thu, 29 Dec 2022 19:10:34 +0000 Subject: [PATCH] Specify minimum liquid version --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index f310840..3323804 100644 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,4 @@ gem "jekyll-seo-tag" gem "bundler" gem "kramdown-parser-gfm" gem "webrick" +gem "liquid" >= 5.0.0 \ No newline at end of file