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

Require Parser 3.0.0.0 or higher #9288

Merged
merged 1 commit into from
Dec 26, 2020
Merged

Require Parser 3.0.0.0 or higher #9288

merged 1 commit into from
Dec 26, 2020

Commits on Dec 25, 2020

  1. Require Parser 3.0.0.0 or higher

    Ruby 3.0 and Parser 3.0.0.0 have been released.
    
    - https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
    - https://rubygems.org/gems/parser/versions/3.0.0.0
    
    This PR requires Parser 3.0.0.0 or higher due to suppress
    the following warning when using Ruby 3.0.0.
    
    ```console
    % ruby -v
    ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin19]
    % rubocop
    warning: parser/current is loading parser/ruby30, which recognizes
    warning: 3.0.0-dev-compliant syntax, but you are running 3.0.0.
    warning: please see
    https://github.com/whitequark/parser#compatibility-with-ruby-mri.
    ```
    
    And this PR removes "experimental" label from support matrix.
    CI matrix will be updated when CI image is released.
    koic committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    234e28d View commit details
    Browse the repository at this point in the history