Skip to content

Commit

Permalink
Don't require SimpleCov from the Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Mar 27, 2015
1 parent e63c60e commit 739b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :development do
end

group :test, :development do
gem 'simplecov'
gem 'simplecov', :require => false
gem 'coveralls', :require => false, :platforms => [
:ruby_19, :ruby_20, :ruby_21, :rbx, :jruby
]
Expand Down

0 comments on commit 739b839

Please sign in to comment.