Add spec adapter with ActiveSupport for comparison testing

This commit is contained in:
Tobi Lutke
2026-01-01 22:00:38 -05:00
parent d321adae77
commit 608a877053
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -34,4 +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'
end