From 28a39e647362d06b3bbc8ab5bfb83de1e9d4ec17 Mon Sep 17 00:00:00 2001 From: Hubot Date: Mon, 28 Mar 2022 02:51:13 -0700 Subject: [PATCH] Update liquid to :gem: v5.3.0 --- lib/github-pages/dependencies.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github-pages/dependencies.rb b/lib/github-pages/dependencies.rb index ecaad659..6b87a7ca 100644 --- a/lib/github-pages/dependencies.rb +++ b/lib/github-pages/dependencies.rb @@ -16,7 +16,7 @@ class Dependencies "jekyll-commonmark-ghpages" => "0.2.0", # Misc - "liquid" => "4.0.3", + "liquid" => "5.3.0", "rouge" => "3.26.0", "github-pages-health-check" => "1.17.9",