aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/Gemfile')
-rw-r--r--Library/Homebrew/test/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile
index df6429f50..c7c146233 100644
--- a/Library/Homebrew/test/Gemfile
+++ b/Library/Homebrew/test/Gemfile
@@ -13,5 +13,5 @@ group :coverage do
:git => "https://github.com/colszowka/simplecov.git",
:branch => "master", # commit 257e26394c464c4ab388631b4eff1aa98c37d3f1
:require => false
- gem "coveralls", "0.8.14", :require => false
+ gem "codecov", require: false
end