ManageIQ / manageiq-api-client

Ruby client library to the ManageIQ REST API
MIT License
11 stars 26 forks source link

Loosen faraday to 1.x #108

Closed kbrock closed 1 year ago

kbrock commented 1 year ago

Faraday 1.0.1 was released 3/29/2020 Faraday 1.10.3 was released 1/18/2023 (it is not in the new 2.x branch, but it is more up to date. following SemVer seemed like the least amount of work)

This resolves the following warnings

Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead!
Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead!