Freeze block body after parsing completes

This commit is contained in:
Peter Zhu
2020-10-26 11:06:55 -04:00
parent 784db053f2
commit fe66edb825
7 changed files with 20 additions and 2 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: 'pz-block-body-buffer'
end
end