You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
Hello there
I'm using
carrierwave-azure_rm
, and this gem usesazure-storage 0.12.0.preview
, azure storage itself usesfaraday 0.9
. I want to update the faraday version in it. The problem is that when I'm forkingcarrierwave-azure_rm
and updating gem dependency toazure-storage 0.15.0.preview
, It still usesparaday 0.9.
Is there any new version on it? Because if I replace
azure-storage 0.15.0.preview
withazure-storage-file
orazure-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
The text was updated successfully, but these errors were encountered: