From c1c9157e759c08e2fead73f7c11d6ee86f93b4db Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Tue, 10 Jan 2023 15:22:13 -0500 Subject: [PATCH] Use 4-0-stable liquid-c branch to fix extension compilation in CI --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 13865b18..2a76a7c5 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ group :test do gem 'rubocop', '~> 0.49.0' platform :mri do - gem 'liquid-c', '~> 4.0.0' + gem 'liquid-c', github: 'Shopify/liquid-c', branch: '4-0-stable' end end