From b81f690a251ce70459e158004764a6a2fc8d97d5 Mon Sep 17 00:00:00 2001 From: ragaskar Date: Tue, 21 Jun 2011 08:05:41 -0400 Subject: [PATCH] Require JSON in time for the gemspec --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 10fca11f..4dca11ea 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source :rubygems gem "term-ansicolor", :require => "term/ansicolor" +gem "json_pure", ">= 1.4.3" gemspec