From ff22261ac065272573026c4ba445233b888339b0 Mon Sep 17 00:00:00 2001 From: ccocchi Date: Wed, 14 Nov 2012 15:16:22 +0100 Subject: [PATCH] oj is cruby specific --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 83f8e54..ab7fced 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,10 @@ source "http://rubygems.org" gemspec -gem 'oj' gem 'plist' platforms :ruby do + gem 'oj' gem 'libxml-ruby' end