From 2988f1a5009b1b4947495a11fa7f055e0d33482f Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Thu, 1 Jan 2026 22:15:38 -0500 Subject: [PATCH] Update liquid-spec to branch with per-spec required_features support --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 304ebdf1..cdf23039 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,6 @@ group :test do end group :spec do - # Minimum required: 3d1b492 (run `bundle update liquid-spec` to get newer) - gem 'liquid-spec', github: 'Shopify/liquid-spec', ref: '3d1b492dce27cd78b4d5a46ca8cf260ae1349f29' + gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'add-per-spec-required-features' gem 'activesupport', require: false end