From 9efca9f718e901141a1786ecdd10609fff811b6a Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Wed, 10 Jun 2026 22:00:48 -0400 Subject: [PATCH] Use liquid-spec branch for `self` specs --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a6c44861..17463e74 100644 --- a/Gemfile +++ b/Gemfile @@ -32,6 +32,7 @@ group :test do end group :spec do - gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main' + # Using feature branch until https://github.com/Shopify/liquid-spec/pull/144 is merged + gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'self-drop-env-lookup-specs' gem 'activesupport', require: false end