-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
It does not work with Ruby 3.0.
The following line causes ArgumentError in csv library.
csv-diff/lib/csv-diff/csv_source.rb
Line 60 in e55c1af
@data = CSV.open(@path, mode_string, csv_options) do |csv| |
Changing csv_options
to **csv_options
will resolve it.
atanbt
Metadata
Metadata
Assignees
Labels
No labels