Switch back to Liquid-C master, since https://github.com/Shopify/liquid-c/pull/50 is merged

This commit is contained in:
Justin Li
2019-09-04 15:12:51 -04:00
parent c34f7c9b2c
commit 806b2622da

View File

@@ -20,6 +20,6 @@ group :test do
gem 'rubocop-performance', require: false
platform :mri, :truffleruby do
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'liquid-tag'
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master'
end
end