From 806b2622da6acdfd236478a2e90bedf999868f8d Mon Sep 17 00:00:00 2001 From: Justin Li Date: Wed, 4 Sep 2019 15:12:51 -0400 Subject: [PATCH] Switch back to Liquid-C master, since https://github.com/Shopify/liquid-c/pull/50 is merged --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d77a73879..00c132633 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,6 @@ group :test do gem 'rubocop-performance', require: false platform :mri, :truffleruby do - gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'liquid-tag' + gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master' end end