From 53b7f8f81c4b358c64bc5e18a70d6733f4dd2801 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Fri, 3 Feb 2012 22:35:38 +0100 Subject: [PATCH] use the platforms option to avoid install json_pure where is not needed --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index de5151e..4c7b791 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source :rubygems gem 'rake' gem 'shoulda' gem 'mocha' -gem 'json_pure' +gem 'json_pure', :platforms => :mri_18