Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
283 stars 86 forks source link

Add support for Ruby 3.2 #273

Closed Floppy closed 1 year ago

Floppy commented 1 year ago

This PR fixes #272.

Something in the regexp changes has broken a matcher somewhere deep down. https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/

Probably something that was working accidentally before.