Closed agrare closed 3 years ago
It looks like https://github.com/Azure/azure-sdk-for-ruby/pull/2817/files#diff-711fd5a469190d37056d75e04f80bf709efa899b0fab9cdce3209b3c4228d204 moved this file to a different gem?
Actually it looks like that PR is failing on exactly this issue: https://travis-ci.org/github/Azure/azure-sdk-for-ruby/jobs/757214156#L14080-L14085
Appears to have been introduced by https://github.com/Azure/azure-sdk-for-ruby/pull/2817 Not sure how the gem got released while the PR is red but that's more of a process question not a code question
Can confirm this fixes the issue. You might want to consider yanking the broken versions from rubygems so people don't inadvertently use it like we did.
Can confirm this fixes the issue. You might want to consider yanking the broken versions from rubygems so people don't inadvertently use it like we did.
Thanks so much for your instruction. I've already yanked the broken versions.
No problem! Thanks for the fix
After upgrading to
azure_mgmt_compute-0.21.0
I am unable to require the gem:On
azure_mgmt_compute-0.20.0
I can require it without issue: