From ccd10a986a0ef43b68a50f24e234cde806df3568 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Thu, 1 Jan 2026 21:56:39 -0500 Subject: [PATCH] Pin liquid-spec to main branch --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 05dab651..3aa8c44f 100644 --- a/Gemfile +++ b/Gemfile @@ -32,5 +32,5 @@ group :test do end group :spec do - gem 'liquid-spec', github: 'Shopify/liquid-spec' + gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main' end