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.
Received the following message when using this gem:
Likely due to CSV being required in
lib/riif/iif.rb
or another of the dependencies of this gem (ActiveSupport?) requiring it.