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 #384] Support optimized String#dup for Performance/UnfreezeString #418

Commits on Dec 6, 2023

  1. [Fix rubocop#384] Support optimized String#dup for `Performance/Unf…

    …reezeString`
    
    Resolves rubocop#384.
    
    This PR supports optimized `String#dup` for `Performance/UnfreezeString` when Ruby 3.3+.
    
    To incorporate rubocop/rubocop@d11e25f
    the RuboCop dependency will be updated to 1.48.1+ from 1.30.0+,
    but the supported runtime Ruby version will keep at Ruby 2.6+.
    
    - https://rubygems.org/gems/rubocop/versions/1.30.0
    - https://rubygems.org/gems/rubocop/versions/1.48.1
    koic committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7ac5b60 View commit details
    Browse the repository at this point in the history