From db420deb76baea8a9613ce612eda503fc51dedfd Mon Sep 17 00:00:00 2001 From: phinze Date: Sun, 28 Apr 2013 17:02:14 -0500 Subject: [PATCH] avoid OkJson to try and fix coveralls --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 913bb1082..b860a2ff9 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,6 @@ group :test do gem 'rake' gem 'minitest', '4.7.0' gem 'minitest-colorize' + gem 'json' gem 'coveralls', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 4f382ca18..666d8167d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,7 @@ GEM rest-client simplecov (>= 0.7) thor + json (1.7.7) mime-types (1.23) minitest (4.7.0) minitest-colorize (0.0.5) @@ -27,6 +28,7 @@ PLATFORMS DEPENDENCIES coveralls + json minitest (= 4.7.0) minitest-colorize rake