tool · inferred from evidence
bundle
A command-line tool used to update Ruby gems, referenced in the fix suggestion `bundle update roxml`.
- 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