From 4c7e45a1d58dbfae1d2135529964d4339c11b81b Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Fri, 4 Apr 2014 15:08:36 -0400 Subject: [PATCH] Use simplecov instead of rcov for all Rubies, since we have dropped 1.8 anyway --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e92684c..65a54b5 100644 --- a/Gemfile +++ b/Gemfile @@ -13,8 +13,7 @@ group :development do gem "guard-rspec" gem "rb-readline", "~> 0.5.0" gem "jeweler", ">= 1.6.2" - gem "rcov", :platforms => :mri_18 - gem "simplecov", :platforms => :mri_19 + gem "simplecov" gem "test_construct" gem "capture-output", "~> 1.0.0" if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/