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

Conversation

gmcgibbon
Copy link
Member

@gmcgibbon gmcgibbon commented Dec 15, 2023

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 prerelease right now.

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 gmcgibbon merged commit dee2179 into rails:main Dec 15, 2023
18 checks passed
@gmcgibbon gmcgibbon deleted the fix_ci branch December 15, 2023 06:42
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.

None yet

1 participant