diff --git a/Gemfile b/Gemfile index 78ec6ee..21e0951 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rake' group :test do gem 'rspec', '>= 2.11' - gem 'simplecov' + gem 'simplecov', :require => false end gemspec