From 4f35b0bc665ef488aeb9c959056a4135c5cb219b Mon Sep 17 00:00:00 2001 From: Michael Go Date: Mon, 12 Feb 2024 16:49:52 -0400 Subject: [PATCH] update liquid-c --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 31561a9e..b9b79f4f 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: 'master' + gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'main' end end