dblock / iex-ruby-client

IEX Finance API Ruby Client
MIT License
118 stars 60 forks source link

chore: update faraday to 2.7.10 #120

Closed esarmstrong closed 11 months ago

esarmstrong commented 11 months ago

Faraday Middleware is deprecated with the release of Faraday 2.0. This PR removes the faraday-middleware gem, replacing needed middlewares with those bundled with Faraday 2.0 and faraday-multipart

dblock commented 11 months ago

Thanks! Care to fix danger in this PR? I think the token has been rotated, you can copy the one from https://github.com/dblock/strava-ruby-client/blob/master/.github/workflows/danger.yml or https://github.com/dblock/ruby-enum/blob/master/.github/workflows/danger.yml

esarmstrong commented 11 months ago

Thanks! Care to fix danger in this PR? I think the token has been rotated, you can copy the one from https://github.com/dblock/strava-ruby-client/blob/master/.github/workflows/danger.yml or https://github.com/dblock/ruby-enum/blob/master/.github/workflows/danger.yml

should be set with the strava token 👍

dblock commented 11 months ago

Now it complains about a rate limit, I'll just merge.