Use liquid-c inline-comment branch until it is merged

This commit is contained in:
Dylan Thacker-Smith
2021-02-19 10:55:08 -05:00
parent dcb5a67089
commit 31f7be8a6d

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: 'inline-comment'
end
end