From 79a2e042ff66e6dfb05314edce735fd19b05de03 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Thu, 1 Jan 2026 22:24:00 -0500 Subject: [PATCH] Use liquid-spec main branch --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cdf23039..a6c44861 100644 --- a/Gemfile +++ b/Gemfile @@ -32,6 +32,6 @@ group :test do end group :spec do - gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'add-per-spec-required-features' + gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main' gem 'activesupport', require: false end