microsoft / fastlane-plugin-appcenter

App Center fastlane integration.
MIT License
507 stars 126 forks source link

Starting with Ruby 3.4.0, csv will no longer be part of the standard lib #338

Open jaseilers opened 7 months ago

jaseilers commented 7 months ago
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. Also contact author of fastlane-plugin-appcenter-2.1.2 to add csv into its gemspec.

csv is missing in fastlane-plugin-appcenter.gemspec file as dependency.

DmitriyKirakosyan commented 7 months ago

@jaseilers, great suggestion! We'll consider it according to our priority list. In the meantime, you're welcome to contribute if you're interested.