multi_xml icon indicating copy to clipboard operation
multi_xml copied to clipboard

Add bigdecimal gem as dependency

Open andymai opened this issue 1 year ago • 1 comments

bigdecimal will not longer be included as a default gem in ruby 3.4.0

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.

This patch will fix the warning from displaying while running ruby 3.3.0

andymai avatar Feb 09 '24 21:02 andymai

Hi, I have a PR at #67 which also fixes the base64 dependency.

Earlopain avatar Feb 26 '24 11:02 Earlopain

Resolved in https://github.com/sferik/multi_xml/pull/67.

sferik avatar Apr 30 '24 18:04 sferik