isaacsanders / omniauth-stripe-connect

Stripe Connect OAuth2 Strategy for OmniAuth 1.0
MIT License
130 stars 74 forks source link

cannot upgrade Faraday due to omniauth-stripe-connect dependancies #58

Closed RSR312-206 closed 4 years ago

RSR312-206 commented 4 years ago

I need to upgrade Faraday from 0.12.2 to the most recent stable version: 0.17.1

When I try to update my Gemfile, I'm getting blocked because omiauth-stripe-connect has a version limit from a couple downstream dependencies:

 omniauth-stripe-connect was resolved to 2.10.1, which depends on
      omniauth-oauth2 (~> 1.4) was resolved to 1.5.0, which depends on
        oauth2 (~> 1.1) was resolved to 1.4.0, which depends on
          faraday (>= 0.8, < 0.13)

omniauto-oauth2 is on 1.6.0 oauth2 has a new version with a relaxed Faraday dependency.

Can you please update your dependencies so we can move past Faraday version 0.13?

isaacsanders commented 4 years ago

@RSR312-206 hey, thanks for the issue! This isn’t something I use for my day job, so if you wanna make a PR, I would appreciate it.