From 9a3057f8e6648f9fe43c0b961d052f68ba1508f8 Mon Sep 17 00:00:00 2001 From: "Charles-P. Clermont" Date: Mon, 26 Jan 2026 14:27:02 -0500 Subject: [PATCH] Point liquid-spec to cp-gate-lax-specs-ai branch This branch gates lax-mode-only specs behind lax_parsing feature: - shopify_production_recordings: 22 specs - liquid_ruby: 16 specs - basics: error regex updated Co-Authored-By: Claude Opus 4.5 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a6c44861..de98f893 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' + # TODO: temporary - using cp-gate-lax-specs-ai branch until lax specs are properly gated + gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'cp-gate-lax-specs-ai' gem 'activesupport', require: false end