-
Notifications
You must be signed in to change notification settings - Fork 56
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
Clarify Supported Ruby & Rails Versions #24
Comments
ghost
assigned patricksrobertson
Mar 31, 2012
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
* Indicate deprecation of 1.8.X Ruby. * Clearly state Rails 2.3.X is not supported.
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
* Remove Rails 2.3 gem group. * Add Rails 3.2 gem group.
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
* Appraisal and TravisCI aren't playing nice right now.
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
* This gives me a better appreciation for the current status of the travis output.
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
* Prefer have_received(method).never over should_not have_received
patricksrobertson
added a commit
that referenced
this issue
Mar 31, 2012
* This enables the 3.1 cucumber specs to pass.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The gem should probably be able to handle the following rubies:
The gem should also handle currently supported versions of Rails:
With the release of Rails 4.0 and the core teams decision to no longer support Ruby 1.8.X, I think we can fully remove support as well. For now we can indicate that Ruby 1.8.7 is being deprecated.
The text was updated successfully, but these errors were encountered: