From ae26cb29ac62c0c08fa58f30578a1de6e569ee16 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Thu, 1 Jan 2026 22:00:49 -0500 Subject: [PATCH] Disable auto-require for activesupport gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c71645a8..304ebdf1 100644 --- a/Gemfile +++ b/Gemfile @@ -34,5 +34,5 @@ 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 'activesupport' + gem 'activesupport', require: false end