Prevents the below warnings, and ensures it will keep working once Ruby 3.4 is released.
/Users/andy/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/multi_xml-0.6.0/lib/multi_xml.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of multi_xml-0.6.0 to add base64 into its gemspec.
/Users/andy/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/multi_xml-0.6.0/lib/multi_xml.rb:2: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec. Also contact author of multi_xml-0.6.0 to add bigdecimal into its gemspec.
/Users/andy/.asdf/installs/ruby/3.3.0/lib/ruby/gems/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.
Prevents the below warnings, and ensures it will keep working once Ruby 3.4 is released.