jeremyevans / sequel

Sequel: The Database Toolkit for Ruby
http://sequel.jeremyevans.net
Other
4.99k stars 1.07k forks source link

Declare csv dependency #2143

Closed ebarendt closed 7 months ago

ebarendt commented 7 months ago

Problem

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.

Solution

Declare the CSV library as a dependency.

ebarendt commented 7 months ago

I guess this is a plugin, unused otherwise. Anyone using csv probably has this declared already.