Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Update Faraday gem to "~> 1.0 " versionΒ #72

@anirudh-wal

Description

@anirudh-wal

We are trying to use Azure Service Bus along with searchkick and azure-storage-blob(Both use Faraday gem). Azure service bus does not have a separate distinct library like azure-storage-blob and so, for it to work I had to install both azure and azure-core. Just installing azure into our application, is not letting us use the Azure::ServiceBus::Auth::SharedAccessSigner which is required for us to communicate to the service bus.

Here is the problem. searchkick and azure-storage-blob uses faraday ~> 1.0, but azure-core uses faraday ~> 0.9, which is causing us to work with an older version on the above said gems. Is there any way, this gem can be updated to use faraday ~> 1.0? Any help is appreciated.

Thanks in advance.

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