-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
Thanks for this GEM.
Code has been running fine for years, but when I recently upgraded my app to Ruby 3.2.2 and this GEM to 2.0.2, I ran into the above error in some use cases.
I half-assed solved this error by simply adding REXML to my Gemfile, but should not have needed to.
gem 'rexml'
I don't think this is a QUICKBOOKS-RUBY issue per-say, so feel free to close this issue, but it might help someone else.
# Sample code causing the above error
Quickbooks::Service::Vendor.new(company_id: 'SOME COMPANY ID', access_token: 'SOME ACCESS TOKEN').find_by(:display_name, 'SOME VENDOR')
REXML should have been included by default (ROXML GEM requirement), but for some reason, its not available (at least for me).
Cheers
GalenkoEugene
Metadata
Metadata
Assignees
Labels
No labels