Azure / Azure/azure-storage-ruby
Upgrade to faraday 2.0.0
- Dominant language
- Ruby
- Stars
- 88
- Forks
- 177
- PR merge metrics
- No merged PRs in 30d
Description
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 on `azure-storage-common` which depends on `Faraday` version 1.0.0.
```bash
azure-storage-blob (2.0.3) --> azure-storage-common (2.0.4) --> Faraday (1.0.0)
```
This is causing an issue as we are using ` faraday-retry` 2.0.0 which depends on `faraday` 2.0 and we cannot downgrade to `faraday` 1.0.0 as it will break of things for us.
Logs from the `bundle update` command:
```ruby
Bundler could not find compatible versions for gem "faraday":
In snapshot (Gemfile.lock):
faraday (= 2.6.0)
In Gemfile:
azure-storage-blob (~> 2.0) was resolved to 2.0.3, which depends on
azure-storage-common (~> 2.0) was resolved to 2.0.4, which depends on
faraday (~> 1.0)
faraday-retry (~> 2.0.0) was resolved to 2.0.0, which depends on
faraday (~> 2.0)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
```
Could you please review and try to fix this issue? Thanks in advance!
Ankit
Contributor guide
Assessment
This issue has not been assessed yet.