From 53641e19ce2682847e3b616126a706a3c2efb5bc Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Thu, 1 Jan 2026 21:57:34 -0500 Subject: [PATCH] Pin liquid-spec to minimum required commit 3d1b492 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3aa8c44f..47ffd876 100644 --- a/Gemfile +++ b/Gemfile @@ -32,5 +32,6 @@ group :test do end group :spec do - gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main' + # Minimum required: 3d1b492 (run `bundle update liquid-spec` to get newer) + gem 'liquid-spec', github: 'Shopify/liquid-spec', ref: '3d1b492dce27cd78b4d5a46ca8cf260ae1349f29' end