Closed ebarendt closed 7 months ago
Ruby 3.3 warns:
/home/runner/work/sequel/sequel/spec/extensions/csv_serializer_spec.rb:3: 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.
Declare the CSV library as a dependency.
I guess this is a plugin, unused otherwise. Anyone using csv probably has this declared already.
Problem
Ruby 3.3 warns:
Solution
Declare the CSV library as a dependency.