From ae92b75c18b5e2afb70e0c227e0a7c61520df007 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Thu, 29 Sep 2022 10:30:44 -0400 Subject: [PATCH] [TEMP] Test against liquid-c branch that uses Liquid::ParseContext#tags --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5a12d54a..c0c8fe09 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,6 @@ group :test do gem 'rubocop-performance', require: false platform :mri, :truffleruby do - gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master' + gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'parse-specific-tags' end end