-
Notifications
You must be signed in to change notification settings - Fork 198
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
Bump latest Ruby versions #422
Conversation
lib/parser/current.rb
Outdated
@@ -46,7 +46,7 @@ def warn_syntax_deviation(feature, version) | |||
CurrentRuby = Ruby23 | |||
|
|||
when /^2\.4\./ | |||
current_version = '2.4.0' | |||
current_version = '2.4.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, we still don't even support 2.4.1. If you remove this change I'll merge the rest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, thanks!
Thanks! Would you mind releasing a new version? |
@whitequark Do you have a release planned including these changes? |
When I have time for it, yes. |
These warnings would show when running rspec: ``` warning: parser/current is loading parser/ruby23, which recognizes warning: 2.3.5-compliant syntax, but you are running 2.3.6. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. ``` Related PRs: * whitequark/parser#422 * mbj/unparser#79
See https://www.ruby-lang.org/en/downloads/releases/