From 6a2bcdd3b7900de2b8e45a70ee6e9643d54216e6 Mon Sep 17 00:00:00 2001 From: Marc Siegel Date: Wed, 24 Jun 2015 17:29:12 -0400 Subject: [PATCH] Bump codecov dep to fix Travis for 1.9.2 See https://twitter.com/codecov/status/613820274530619392 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ad3d2bc..e288cfe 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Travis-only dependencies go here if on_travis? && !on_1_8? group :test do - gem 'codecov', :require => false + gem 'codecov', '>= 0.0.9', :require => false end end