Skip to content

Relax version constraints to allow Rails 7.2.3 update#916

Merged
postmodern merged 3 commits into
rubysec:masterfrom
pixeltrix:allow-rails-7-2-3-update
Oct 29, 2025
Merged

Relax version constraints to allow Rails 7.2.3 update#916
postmodern merged 3 commits into
rubysec:masterfrom
pixeltrix:allow-rails-7-2-3-update

Conversation

@pixeltrix

@pixeltrix pixeltrix commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

The ~> operator on the revision triggers a false positive on the latest patch update in the Rails 7.2.x release series.

This should fix the failures that people have been seeing in #915.

The ~> operator on the revision triggers a false positive on the
latest patch update in the Rails 7.2.x release series.
@llenk

llenk commented Oct 29, 2025

Copy link
Copy Markdown

I'm having a similar issue with Rails version 7.1.6. Can that constraint also be relaxed?

@pixeltrix

Copy link
Copy Markdown
Contributor Author

I'm having a similar issue with Rails version 7.1.6. Can that constraint also be relaxed?

Though 7.1 was out of support - I'll have a look

The ~> operator on the revision triggers a false positive on the
latest patch update in the Rails 7.1.x release series.
@pixeltrix

Copy link
Copy Markdown
Contributor Author

Oh jesus, there's a 7.0.10 as well

The ~> operator on the revision triggers a false positive on the
latest patch update in the Rails 7.0.x release series.
@postmodern postmodern merged commit 0a59654 into rubysec:master Oct 29, 2025
1 check passed
@pixeltrix

Copy link
Copy Markdown
Contributor Author

@postmodern thanks for the quick merge 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants