heronshoes opened a new pull request, #37506: URL: https://github.com/apache/arrow/pull/37506
### Rationale for this change The "csv" gem is a default gem for now but it will be a bundled gem in Ruby 3.4. Bundled gem requires an explicit gem dependency. This will cause failure when we do `require "csv"` in Ruby 3.4 (this means in master branch of Ruby = ruby 3.3.0dev for now). See examples in #37259. ### What changes are included in this PR? Added `gem "csv"` in Gemfile of Red Arrow. ### Are these changes tested? Yes. ### Are there any user-facing changes? Users will use 'csv' gem from rubygems, not bundled, for Ruby < 3.4 . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
