From fe4961568f1559cd94e821d324c5fc646b055b63 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Wed, 11 Jan 2023 10:32:01 -0500 Subject: [PATCH] Use the released version of the liquid-c 4-0-stable branch --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2a76a7c5..d55ffbe6 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ group :test do gem 'rubocop', '~> 0.49.0' platform :mri do - gem 'liquid-c', github: 'Shopify/liquid-c', branch: '4-0-stable' + gem 'liquid-c', '~> 4.0.1' end end