multi_xml icon indicating copy to clipboard operation
multi_xml copied to clipboard

Ruby 3.3

Open Earlopain opened this issue 1 year ago • 1 comments

Test against Ruby 3.3 and supress new warnings.

Ruby 3.3 will warn if base64 or bigdecimal is required without requiring it in the gemspec. The base64 gem is trivial to replace, but bigdecimal I added to the gemspec.

base64:

  • https://github.com/rack/rack/pull/2110
  • https://github.com/rubocop/rubocop/pull/12313
  • https://github.com/newrelic/newrelic-ruby-agent/pull/2378
  • https://github.com/lostisland/faraday/pull/1541

bigdecimal:

  • https://github.com/rails/rails/pull/49039

Earlopain avatar Jan 02 '24 14:01 Earlopain

@sferik could you check this out if you got some time?

Earlopain avatar Apr 23 '24 12:04 Earlopain

Thank you!

Earlopain avatar Apr 30 '24 18:04 Earlopain