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