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

Remove version ambiguity #159

Merged
merged 1 commit into from
Sep 7, 2014
Merged

Remove version ambiguity #159

merged 1 commit into from
Sep 7, 2014

Conversation

josepjaume
Copy link
Contributor

~> 3.0.0 is already included by >= 3.0.0.

`~> 3.0.0` is already included by `>= 3.0.0`.
@oestrich
Copy link
Contributor

oestrich commented Sep 6, 2014

Was this causing any problems? I set it up this way because gem build spewed out warnings if it wasn't set up that way.

@josepjaume
Copy link
Contributor Author

Yes! It didn't let me use the gem with the newest RSpec (3.1.0) although it looks like it works fine with it. I guess it's because it was expecting 3.0.x and ignoring the >= 3.0.0 part.

oestrich added a commit that referenced this pull request Sep 7, 2014
@oestrich oestrich merged commit 9f54f11 into zipmark:master Sep 7, 2014
@oestrich oestrich mentioned this pull request Sep 24, 2014
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

Successfully merging this pull request may close these issues.

2 participants