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

Development dependencies can't be overridden #16

Closed
jferris opened this issue Nov 11, 2011 · 1 comment
Closed

Development dependencies can't be overridden #16

jferris opened this issue Nov 11, 2011 · 1 comment

Comments

@jferris
Copy link
Member

jferris commented Nov 11, 2011

Adding a development dependency like this:

s.add_development_dependency "rails", ">= 3.0"

And then trying to override it in an appraisal causes this error: "You cannot specify the same gem twice with different version requirements."

We can solve this by parsing the gemspec instead of relying on bundler's gemspec directive, since bundler doesn't support merging.

@jferris
Copy link
Member Author

jferris commented Nov 11, 2011

This seems to be fixed in the latest version of bundler.

@jferris jferris closed this as completed Nov 11, 2011
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

1 participant