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

Fix syntax error on Ruby 3.0 #315

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Fix syntax error on Ruby 3.0 #315

merged 2 commits into from
Aug 22, 2023

Conversation

tdooner
Copy link
Contributor

@tdooner tdooner commented Aug 22, 2023

We jumped the gun on removing unused &block variable names -- that syntax isn't supported until Ruby 3.1.

Until then, let's keep these anonymous block arguments.

mquadri23 and others added 2 commits August 22, 2023 15:58
Co-authored-by: Tom Dooner <[email protected]>
@tdooner tdooner merged commit 7d6d927 into main Aug 22, 2023
@tdooner tdooner deleted the upgrade-ruby-and-rails branch August 22, 2023 21:02
@tdooner
Copy link
Contributor Author

tdooner commented Aug 22, 2023

Oops - I meant to write, "let's keep these named block arguments"

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.

2 participants