Skip to content

Upgrade to faraday 2.0.0 #227

@honeyankit

Description

@honeyankit

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.

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions