Use liquid-spec branch for self specs

This commit is contained in:
Ian Ker-Seymer
2026-06-11 23:20:43 -04:00
committed by Ian Ker-Seymer
parent 529800f46b
commit 9efca9f718
+2 -1
View File
@@ -32,6 +32,7 @@ group :test do
end end
group :spec do 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 gem 'activesupport', require: false
end end