Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra gems in gemspec? #19

Open
kitop opened this issue Jul 2, 2014 · 1 comment
Open

Extra gems in gemspec? #19

kitop opened this issue Jul 2, 2014 · 1 comment

Comments

@kitop
Copy link
Contributor

kitop commented Jul 2, 2014

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
Copy link

graaff commented Jul 29, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants