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 incorrect version constraint #709

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Commits on Dec 15, 2023

  1. Remove incorrect version constraint

    Because Rails 7.1 is released, >= 7.0.0.alpha would install 7.1, and a
    nokogiri version that doesn't work on Ruby 2.7. This caused 2.7 / 7.0 CI
    to fail.
    
    Also use >= 7.1.0.alpha in edge case, there is no alpha right now.
    gmcgibbon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fcea94c View commit details
    Browse the repository at this point in the history