Azure / azure-ruby-asm-core

Azure Ruby SDK Service Management Core HTTP
6 stars 32 forks source link

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

Open anirudh-wal opened 4 years ago

anirudh-wal commented 4 years ago

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.

arthurnn commented 2 years ago

👋 , bumping this. Wondering if there is anybody actively working on it, or are you accepting PRs for this work?

🙇 thanks

Laykou commented 2 years ago

There is open PR: https://github.com/Azure/azure-ruby-asm-core/pull/71 2 years ago