-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
c00a57b
commit 1243d92
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters