-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to faraday 2.0.0 #227
Upgrade to faraday 2.0.0 #227
Comments
Faraday upgrade docs. |
After upgrading the $ bundle install
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Bundler could not find compatible versions for gem "faraday":
In Gemfile:
faraday (~> 2.0)
faraday_middleware (~> 1.0.0.rc1) was resolved to 1.0.0, which depends on
faraday (~> 1.0) |
Based on the faraday_middleware docs. It has been deprecated and need to use the middleware in awesome-faraday replaced the ones using in faraday_middleware in this repo. |
PR: #228 |
@honeyankit Nice PR. This seems to be a big issue for many people. Microsofts own oauth solution is incompatible with this package because it uses Faraday 2 as well. Your PR fixes that. For now I am forking off your solution. Hopefully MS can accept your solution ASAP. |
What's the state on this? any plan for merging? |
I've been using my fork for a little less than a year in prod without any issues. It upgrades the dependent gems as well and points the source for those straight to the repo, so if you are not using them in isolation it should work for you too. Hope this helps |
Hello,
We are using azure-storage-blob with ruby on rails dependabot application in order to create resources in Azure. The version of
azure-storage-blob
used is 2.0 which depends onazure-storage-common
which depends onFaraday
version 1.0.0.This is causing an issue as we are using
faraday-retry
2.0.0 which depends onfaraday
2.0 and we cannot downgrade tofaraday
1.0.0 as it will break of things for us.Logs from the
bundle update
command:Could you please review and try to fix this issue? Thanks in advance!
Ankit
The text was updated successfully, but these errors were encountered: