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

Bump required ruby version to v2.4.0 #536

Merged
merged 1 commit into from Mar 30, 2021

Commits on Mar 30, 2021

  1. Bump required ruby version to v2.4.0

    a9137ac introduced a use of Hash#transform_values in
    Listen::Record#dir_entries, however that was only added to Ruby in
    [v2.4](https://github.com/ruby/ruby/blob/v2_4_0/NEWS#core-classes-updates-outstanding-ones-only-).
    
    This can lead to runtime errors when run on an older version of Ruby,
    such as 2.2.7, which the gemspec previously implied was supported.
    
    Also expand CI to match and test on Ruby v2.4.
    cgunther committed Mar 30, 2021
    Copy the full SHA
    25a099b View commit details
    Browse the repository at this point in the history