From 1cc427c37c0b06e150ecd72dd7ba58bbdd44d0fd Mon Sep 17 00:00:00 2001 From: Hubot Date: Mon, 7 Mar 2022 03:51:26 -0600 Subject: [PATCH] Update liquid to :gem: v5.2.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..51f0ab92 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.2.0", "rouge" => "3.26.0", "github-pages-health-check" => "1.17.9",