library · inferred from evidence
roxml
A Ruby library for XML parsing and serialization.
- quickbooks-ruby `URI.unescape is obsolete` warnings (hard failure on Ruby 3.0.1)
The warnings (and the hard failure on Ruby 3.0.1) came from roxml, not quickbooks-ruby itself: roxml used the long-deprecated `URI.escape`/`URI.unescape`, which were removed in Ruby 3.0. The upstream fix was roxml 4.2.0, released 2021-09-09