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

Be conservative on which Rails version is supported #2474

Closed
wants to merge 1 commit into from

Commits on Mar 3, 2021

  1. Be conservative on which Rails version is supported

    `rspec-rails` 3.9 can be installed with Rails 6.1, because it does not limit which rails version is supported, but it actually have issues with Rails 6.1. It is not possible to add restriction on the next point release (let's say 3.9.2), because bundler will then install previous version (3.9.1) that does not have the dependency restriction.
    
    Moving forward with rspec-rails 4.1, I think we should be more conservative on which Rails version is supported. If it happens that the next rails version (6.2 or 7.0) is still compatible, it will be easy to make a point release of rspec-rails 4.1.x with the upper bound dependency on Rails updated.
    guigs committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    868fb3c View commit details
    Browse the repository at this point in the history