Skip to content

Commit

Permalink
build: update liquid to 4.0.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Grady Barrett authored and gradybarrett committed Jan 25, 2023
1 parent 2db00e8 commit 0ab2e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Dependencies
"jekyll-commonmark-ghpages" => "0.2.0",

# Misc
"liquid" => "4.0.3",
"liquid" => "4.0.4",
"rouge" => "3.26.0",
"github-pages-health-check" => "1.17.9",

Expand Down

0 comments on commit 0ab2e26

Please sign in to comment.