railslove / cmxl

your friendly MT940 SWIFT file parser for bank statements
http://railslove.com
MIT License
46 stars 25 forks source link

rchardet19 upgrade #54

Open Laykou opened 2 years ago

Laykou commented 2 years ago

Is there any specific dependency on rchardet19 gem or could it be upgraded to latest rchardet?

It also contains support for Ruby 1.9.

https://github.com/jmhodges/rchardet

If we use e.g. git gem which has this as dependency, there is conflict in some constants with rchardet19 version.

gems/rchardet19-1.3.7/lib/rchardet19.rb:59: warning: already initialized constant CharDet::VERSION
gems/rchardet-1.8.0/lib/rchardet/version.rb:2: warning: previous definition of VERSION was here

I know it's only warning, but I'd like to resolve it