riif icon indicating copy to clipboard operation
riif copied to clipboard

Resolve potential Ruby csv warning for Ruby 3.4

Open campbecf opened this issue 5 months ago • 0 comments

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.

campbecf avatar Sep 17 '24 11:09 campbecf