Use liquid-c master branch again, it now has inline comment support

This commit is contained in:
Dylan Thacker-Smith
2022-04-28 09:39:16 -04:00
parent 21f3337dec
commit 23a8438fa6
+1 -1
View File
@@ -23,6 +23,6 @@ group :test do
gem 'rubocop-performance', require: false
platform :mri, :truffleruby do
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'inline-comment-fresh'
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master'
end
end