Add ability to pass tags to parse_context

Co-authored-by: Dylan Thacker-Smith <[email protected]>
This commit is contained in:
Matt Rose
2022-09-29 11:35:46 -04:00
co-authored by Dylan Thacker-Smith
parent 456be2f75e
commit 3d2aa05d64
5 changed files with 37 additions and 8 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ group :test do
gem 'rubocop-performance', require: false
platform :mri, :truffleruby do
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master'
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'parse-specific-tags'
end
end