-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can we downgrade mime-types gem version to (=1.25.1) #67
Comments
It won't break the build, but the new or updated MIME types introduced in mime-types v2.0 will not be recognized. Why do you need this old version? |
Hi @yaxia, Thanks for your quick reply. We are working on open source OneOps(https://github.com/oneops/circuit-oneops-1) and adding Azure Resource Manager support in it using fog-azure-rm. OneOps strictly depends on old version of mime-types i.e. 1.25.1. Upgrading mime-types in OneOps requires a lot of rework and fixing of breaking changes. On the other hand, if downgrading mime-types version in azure-storage does not break anything. We can very quickly add support for Azure resource manager using fog-azure-rm in OneOps. We need your support in this regard. Please let us know. Thanks, |
Thanks for providing the information. I will investigate to figure out a way for better dependency tolerance. Related to Azure/azure-sdk-for-ruby#535. Please stay tuned. |
Hi @yaxia Thanks, |
0.11.4-preview removed the constrain. Please have a try. Thanks. |
Hi @yaxia When are you guys planning to publish that gem? |
It is already available on the RubyGems. |
Thanks for the update. |
Currently azure-storage is using mime-types (~> 2.0) gem version.
If we downgrade mime-types version to (=1.25.1), will there be any breaking changes?
The text was updated successfully, but these errors were encountered: