From a642f31144593152587630e1f24d9a6c7f6bfb7f Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 13 Nov 2018 16:04:10 +0100 Subject: [PATCH] chore(deps): upgrade liquid-c to v4.0 (#7375) Merge pull request 7375 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2b91fba4..a8a1d808 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :jekyll_optional_dependencies do platform :ruby, :mswin, :mingw, :x64_mingw do gem "classifier-reborn", "~> 2.2.0" - gem "liquid-c", "~> 3.0" + gem "liquid-c", "~> 4.0" gem "yajl-ruby", "~> 1.4" end