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

Drop Support for ruby@2.x.x #698

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seanpdoyle
Copy link
Contributor

Related to #681
Follow-up to #682

Commit to requiring ruby@3.1

Remove ruby@2.6, ruby@2.7, ruby@3.0, rails@6.1, and rails@7.0 from the CI matrix, along with any RUBY_VERSION < "3" conditionals.

The implementation changes include replace older syntaxes with newer variants. For example, utilize ... in place of *args, &block, rely on **-ing attribute Hash arguments, etc.

@seanpdoyle seanpdoyle force-pushed the drop-support-for-ruby-2 branch 5 times, most recently from 1035891 to 600f23f Compare November 4, 2024 13:17
@seanpdoyle seanpdoyle force-pushed the drop-support-for-ruby-2 branch 2 times, most recently from cf9f151 to 251dbbc Compare February 2, 2025 00:02
Commit to requiring `ruby@3.1`

Remove `ruby@2.6`, `ruby@2.7`, `ruby@3.0`, `rails@6.1`, and `rails@7.0`
from the CI matrix, along with any `RUBY_VERSION < "3"` conditionals.

The implementation changes include replace older syntaxes with newer
variants. For example, utilize `...` in place of `*args, &block`, rely
on `**`-ing attribute `Hash` arguments, etc.
@seanpdoyle seanpdoyle force-pushed the drop-support-for-ruby-2 branch from 251dbbc to e7a8848 Compare February 2, 2025 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant