Azure / azure-storage-ruby

Microsoft Azure Storage Library for Ruby
http://azure.github.io/azure-storage-ruby/
82 stars 158 forks source link

azure-storage dependency issue #214

Open Bukenco opened 2 years ago

Bukenco commented 2 years ago

Hello there

I'm using carrierwave-azure_rm, and this gem uses azure-storage 0.12.0.preview, azure storage itself uses faraday 0.9. I want to update the faraday version in it. The problem is that when I'm forking carrierwave-azure_rm and updating gem dependency to azure-storage 0.15.0.preview, It still uses paraday 0.9. Is there any new version on it? Because if I replace azure-storage 0.15.0.preview with azure-storage-file or azure-storage-blob then it does not works. In general, I can't find any information about azure-storage, Is it still maintainable? Does it have any new version?

Thanks in advance

samkahchiin commented 2 years ago

Any updates for this issue? I also face the same issue.

styrken commented 2 years ago

Same issue here

Bundler could not find compatible versions for gem "faraday":
  In Gemfile:
    azure-storage was resolved to 0.15.0.preview, which depends on
      faraday (~> 0.9)

    sentry-raven (~> 3.1.1) was resolved to 3.1.2, which depends on
      faraday (>= 1.0)
styrken commented 2 years ago

To fix this I changed sentry-raven to sentry-ruby