From 01420e80147605b4059e6014640449a5d9d1b731 Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Mon, 8 Jun 2015 18:23:40 +0000 Subject: [PATCH] fix gem platforms --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 73fc3d99..1b5b0762 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :test do gem 'benchmark-ips' gem 'rubocop' - platform :ruby, :mswin, :mingw do + platform :mri do gem 'liquid-c', github: 'Shopify/liquid-c', ref: '35e9aee48d639ae1d3ac9ba77616aca9800eab7d' end end