Run tests with latest liquid/c gem

This commit is contained in:
Florian Weingarten
2015-06-08 18:38:35 +00:00
committed by Florian Weingarten
parent 7b4398d0c4
commit e2323332cd
4 changed files with 23 additions and 1 deletions
+4
View File
@@ -7,4 +7,8 @@ group :test do
gem 'spy', '0.4.1'
gem 'benchmark-ips'
gem 'rubocop'
platform :ruby, :mswin, :mingw do
gem 'liquid-c', github: 'Shopify/liquid-c', ref: '35e9aee48d639ae1d3ac9ba77616aca9800eab7d'
end
end