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 [email protected] #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 [email protected]

Remove [email protected], [email protected], [email protected], [email protected], and [email protected] 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.

Commit to requiring `[email protected]`

Remove `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`, and `[email protected]`
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.
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