Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
283 stars 86 forks source link

Warning: CSV gem extract from Ruby 3.4 #283

Closed D-system closed 7 months ago

D-system commented 7 months ago

Expected Behaviour

Require the csv gem in the specfile. With that change, instead of requiring a specific version of Ruby, we should require a specific version of the csv gem.

Warning

csvlint.rb:1: 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.

https://github.com/Data-Liberation-Front/csvlint.rb/actions/runs/7447861459/job/20282323009?pr=282

SCR-20240109-izqm

Steps to Reproduce (for problems)

Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant

  1. Run the test with Ruby 3.3 (LINK)

Your Environment

Include as many relevant details about the environment you experienced the bug in - this will help us resolve the bug more expediently

  • Ruby 3.3