Update liquid-spec adapters for new ctx-based API

liquid-spec main changed the adapter API:
- compile block now receives (ctx, source, options) and should store
  the template in ctx[:template]
- render block now receives (ctx, assigns, options) and retrieves
  the template from ctx[:template]

Co-Authored-By: Claude Opus 4.5 <[email protected]>
This commit is contained in:
Charles-P. Clermont
2026-01-13 13:06:55 -05:00
co-authored by Claude Opus 4.5
parent 7d90b524ea
commit aa817c4cfd
5 changed files with 18 additions and 21 deletions
-1
View File
@@ -32,7 +32,6 @@ group :test do
end
group :spec do
# Using feature branch until https://github.com/Shopify/liquid-spec/pull/97 is merged
gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main'
gem 'activesupport', require: false
end