From a420dabeea1d225d0829c4595406a07210fa16da Mon Sep 17 00:00:00 2001 From: basnal Date: Fri, 11 Jul 2014 11:18:04 +0530 Subject: [PATCH] Simplecov version was changed to resolve bugs #10 --- Gemfile | 2 +- Gemfile.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index e6540b2..94872a1 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :development, :test do # Use to clean database after executing a test case gem 'database_cleaner' # Use to track how much code has been tested - gem 'simplecov' + gem 'simplecov', '~> 0.7.1' # Webmock to stub http requests gem 'webmock' # VCR to record the responses from web and replay them when needed diff --git a/Gemfile.lock b/Gemfile.lock index 16efa74..9f9d5c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,6 @@ GEM actionmailer (>= 3.2.6, < 5) devise (>= 3.2.0) diff-lcs (1.2.5) - docile (1.1.5) erubis (2.7.0) execjs (2.2.1) extlib (0.9.16) @@ -239,11 +238,10 @@ GEM simple_form (3.0.2) actionpack (~> 4.0) activemodel (~> 4.0) - simplecov (0.8.2) - docile (~> 1.1.0) - multi_json - simplecov-html (~> 0.8.0) - simplecov-html (0.8.0) + simplecov (0.7.1) + multi_json (~> 1.0) + simplecov-html (~> 0.7.1) + simplecov-html (0.7.1) slop (3.5.0) spring (1.1.3) sprockets (2.11.0) @@ -309,7 +307,7 @@ DEPENDENCIES sendgrid sidekiq simple_form - simplecov + simplecov (~> 0.7.1) spring therubyracer turbolinks