From 09ed7141ddd6dddc677b41d9812697f34aa8b0a8 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 19 Aug 2010 16:46:46 -0700 Subject: [PATCH] json --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 55ecc7a8b..9f9498361 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,7 @@ gem 'will_paginate', '3.0.pre' #Uncatagorized gem 'roxml', :git => 'git://github.com/Empact/roxml.git' gem 'addressable', :require => 'addressable/uri' +gem 'json' #Standards gem 'pubsubhubbub' @@ -47,7 +48,6 @@ group :test do gem 'database_cleaner' gem 'saucelabs-adapter', '= 0.8.12' gem 'selenium-rc' - gem 'json' end group :development do