From ec0ce10ad60eaa8087267d7f48279171404db8c8 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 1 Dec 2015 00:58:13 +0200 Subject: [PATCH] Update coveralls to version 0.8.10 --- Gemfile.lock | 6 +++--- test/test_helper.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a189907..4b1bf0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,10 +50,10 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) - coveralls (0.8.9) + coveralls (0.8.10) json (~> 1.8) rest-client (>= 1.6.8, < 2) - simplecov (~> 0.10.0) + simplecov (~> 0.11.0) term-ansicolor (~> 1.3) thor (~> 0.19.1) tins (~> 1.6.0) @@ -185,7 +185,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - simplecov (0.10.0) + simplecov (0.11.0) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) diff --git a/test/test_helper.rb b/test/test_helper.rb index 6bf1f0f..53229d5 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,7 +5,7 @@ require 'coveralls' SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter] SimpleCov.start('rails') do - minimum_coverage(97.19) + minimum_coverage(96.11) end require File.expand_path('../../config/environment', __FILE__)