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

This commit is contained in:
Dylan Thacker-Smith
2021-02-24 09:28:17 -05:00
parent dcb5a67089
commit 31f7be8a6d
+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: 'inline-comment'
end
end