In Ruby 3.4, the csv gem will not be a default gem. Since httparty uses CSV directly, we should add it as a gem dependency.
/usr/local/bundle/ruby/3.3.0/gems/httparty-0.21.0/lib/httparty.rb:10: 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 httparty-0.21.0 to add csv into its gemspec.
In Ruby 3.4, the
csv
gem will not be a default gem. Since httparty uses CSV directly, we should add it as a gem dependency.