Data-Liberation-Front / csvlint.rb

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

Include active_support/object to ensure this works in ruby 2.6 #246

Closed mseverini closed 3 years ago

mseverini commented 3 years ago

This PR fixes #229

Changes proposed in this pull request: As is mentioned in the comments of the addressed issue, ruby 2.6 doesn't implement the present? method on Object. If we include that behavior it should continue to work 😃