GeneralScripting / pipedrive-ruby

31 stars 148 forks source link

Extra gems in gemspec? #19

Open kitop opened 10 years ago

kitop commented 10 years ago

The gemspec specifies

s.add_runtime_dependency(%q<webmock>, [">= 0"])
s.add_runtime_dependency(%q<coveralls>, [">= 0"])

Are those needed on runtime? or just development/test?

graaff commented 10 years ago

Both of these are only required in test/helper.rb so it seems to me that these should be development dependencies.