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

Suppress Ruby 3.4's warning #1028

Merged
merged 1 commit into from
Jul 19, 2024

Commits on Jul 18, 2024

  1. * Suppress Ruby 3.4's warning

    Starting with Ruby 3.4, there is a gradual plan to freeze strings:
    https://bugs.ruby-lang.org/issues/20205#note-35
    
    This PR suppresses the following Ruby 3.4's warning:
    
    ```console
    /Users/koic/.rbenv/versions/3.4-dev/lib/ruby/gems/3.4.0+0/gems/parser-3.3.4.0/lib/parser/source/buffer.rb:97:
    warning: literal string will be frozen in the future
    ```
    koic committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    35f7c99 View commit details
    Browse the repository at this point in the history