linjunpop / riif

🏦 A DSL to generate QuickBooks IIF file.
MIT License
46 stars 30 forks source link

Resolve potential Ruby csv warning for Ruby 3.4 #46

Open campbecf opened 2 weeks ago

campbecf commented 2 weeks ago

Received the following message when using this gem:

warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.

Likely due to CSV being required in lib/riif/iif.rb or another of the dependencies of this gem (ActiveSupport?) requiring it.