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

Add CI support for ruby 3 and fix broken spec #2170

Merged
merged 1 commit into from Feb 8, 2021

Conversation

barrettkingram
Copy link
Contributor

Spec started failing in ruby 3.0 because a statement which we expected to be a
syntax error is now interpreted as a valid pattern-matching statement.
Swapping the hash-rocket for a colon turns this back into a syntax
error in all ruby versions.

Spec started failing because a statement which we expected to be a
syntax error is now interpreted as a valid pattern-matching statement.
Swapping the hash-rockets for colons turns this back into a syntax
error.
@kyrylo kyrylo merged commit 6c5d5cd into pry:master Feb 8, 2021
@kyrylo
Copy link
Member

kyrylo commented Feb 8, 2021

Thanks!

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.

None yet

3 participants