Skip to content

Commit 0ab2e26

Browse files
Grady Barrettgradybarrett
authored andcommitted
build: update liquid to 4.0.4
Ruby 3.2 removed the "tainted" interface, which liquid >=4.0.3 still uses. Liquid 4.0.4 removes references to this interface that it works with Ruby 3.2. Closes #859.
1 parent 2db00e8 commit 0ab2e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-pages/dependencies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Dependencies
1616
"jekyll-commonmark-ghpages" => "0.2.0",
1717

1818
# Misc
19-
"liquid" => "4.0.3",
19+
"liquid" => "4.0.4",
2020
"rouge" => "3.26.0",
2121
"github-pages-health-check" => "1.17.9",
2222

0 commit comments

Comments
 (0)