From 1e9b6652d79e363e9bc460c0fb92313c99d7a6bf Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 13 Jul 2016 00:52:57 +0200 Subject: [PATCH] bump simplecov --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index debb300..af031f2 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :test do gem "nyan-cat-formatter", require: false # test coverage - gem "simplecov", "0.11.2", require: false + gem "simplecov", "0.12.0", require: false gem "simplecov-rcov", "0.2.3", require: false gem "codeclimate-test-reporter", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 26df54e..656012c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,9 +238,9 @@ GEM addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10) shellany (0.0.1) - simplecov (0.11.2) + simplecov (0.12.0) docile (~> 1.1.0) - json (~> 1.8) + json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) simplecov-rcov (0.2.3) @@ -301,7 +301,7 @@ DEPENDENCIES rspec-core (~> 3.5.1) rspec-rails (~> 3.5.1) rubocop (= 0.40.0) - simplecov (= 0.11.2) + simplecov (= 0.12.0) simplecov-rcov (= 0.2.3) spring spring-commands-rspec