Closed
Conversation
21cbf04 to
0239901
Compare
Rails 7.1 reached end of maintenance on October 1, 2025 and no longer receives bug fixes. Rails 7.2 is the oldest version currently receiving security patches (supported until August 9, 2026). - Remove Rails 7.1 from appraisal test matrix - Update gemspec to require rails >= 7.2
0239901 to
59ed334
Compare
Ruby 3.3.0 introduced a regression [Bug #20090](https://bugs.ruby-lang.org/issues/20090) that incorrectly flags anonymous parameter forwarding in blocks as a syntax error, even in unambiguous cases. This breaks Rails 8.1's `ActionView::CaptureHelper` which uses `yield(*, **)` inside a block. The bug was fixed and backported to Ruby 3.3.1, making it safe to use Rails 8.1 with Ruby 3.3.1+.
59ed334 to
0614946
Compare
Contributor
|
Thank you @omarluq but I'd prefer to support older Rails versions as long as we can, unless it becomes a maintenance issue, as to help folks migrate. :) |
Contributor
|
Closing as per the above. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rails 7.1 reached end of maintenance on October 1, 2025 and no longer
receives bug fixes. Rails 7.2 is the oldest version currently receiving
security patches (supported until August 9, 2026).