Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure-storage dependency issue #214

Open
Bukenco opened this issue Mar 7, 2022 · 3 comments
Open

azure-storage dependency issue #214

Bukenco opened this issue Mar 7, 2022 · 3 comments

Comments

@Bukenco
Copy link

Bukenco commented Mar 7, 2022

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
Copy link

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

@styrken
Copy link

styrken commented Aug 18, 2022

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
Copy link

styrken commented Aug 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants