We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loosen dependency to take into account RSpec 3.x
The text was updated successfully, but these errors were encountered:
6b848c3
Unfortunately you missed the hard dependency gem.add_dependency 'rspec', '~> 2.0' just above your change. Your commit does nothing really.
gem.add_dependency 'rspec', '~> 2.0'
Sorry, something went wrong.
Correctly loosen up RSpec dependency/ Closes #23
18f7d1c
Ya see what happens when I code tired... All fixed.
@mhenrixon Are you actively working with RSpec 3 beta atm? If there are any issues please let me know
Yup sure am, all projects I work on have rspec 3 beta so will post what I find
philostler
No branches or pull requests
Loosen dependency to take into account RSpec 3.x
The text was updated successfully, but these errors were encountered: