google-api-ads-ruby icon indicating copy to clipboard operation
google-api-ads-ruby copied to clipboard

Remove upper dependency for faraday

Open kmymtksh opened this issue 10 months ago • 0 comments

Faraday is used to pass to Signet::OAuth2::Client instance. https://github.com/googleads/google-api-ads-ruby/blob/main/ads_common/lib/ads_common/auth/oauth2_handler.rb#L104

Signet does not depend Faraday 1.x, so we can remove the upper dependency in this gem. https://github.com/googleapis/signet/blob/main/signet.gemspec#L23

kmymtksh avatar Apr 09 '24 05:04 kmymtksh