fog-azure icon indicating copy to clipboard operation
fog-azure copied to clipboard

Require azure/core manually

Open dLobatog opened this issue 9 years ago • 1 comments

'azure' moved part of it to a gem called 'azure_core'. They released a version that lists that gem as a dependency. When this version is used with 'fog-azure', we get an error because 'azure/core' isn't loaded (see https://github.com/Azure/azure-sdk-for-ruby/pull/383).

We can simply preload it in fog-azure and not let the error in the dependency affect us. We could also force the dependency to be a version before the split into 'azure' and 'azure_core'.

I think we'd need a new release after merging this change, as it stands right now fog-azure is broken (at least until https://github.com/Azure/azure-sdk-for-ruby/pull/383 is merged and a new release comes out)

dLobatog avatar Apr 28 '16 05:04 dLobatog

@dLobatog Could you please re-verify whether we still need this fix as latest azure gem has been released and we have updated our dependency in fog-azure. Please let us know if you are still having issues? Thanks.

vishrutshah avatar Oct 24 '16 20:10 vishrutshah