Support Ruby 3.0
scivola opened this issue · 0 comments
scivola commented
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
Changing csv_options to **csv_options will resolve it.