From 23a8438fa60257ebddbada81565622afa6905cd6 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Thu, 28 Apr 2022 09:39:16 -0400 Subject: [PATCH] Use liquid-c master branch again, it now has inline comment support --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e4c1adab..daff580c 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ group :test do gem 'rubocop-performance', require: false platform :mri, :truffleruby do - gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'inline-comment-fresh' + gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master' end end