Azure / azure-sdk-for-ruby

Ruby SDK for Azure Resource Manager: build and manage your Azure cloud infrastructure (Compute, Virtual Networks, Storage, etc...) using Ruby.
MIT License
275 stars 246 forks source link

Bump thor dependency to 1.2 #2846

Closed mark-davenport-fountain closed 2 years ago

mark-davenport-fountain commented 2 years ago

This will allow us to update some other projects in our rails application such as bundler-audit which requires a newer version of Thor.

The only impacted file in the repo is bin/pfxer which is not effected by updating to Thor 1.2.

I do not have a publish settings file to test with, but I made a mock XML file and confirmed that the output was the same before and after the upgrade to Thor.

ghost commented 2 years ago

Thank you for your contribution mark-davenport-fountain! We will review the pull request and get back to you soon.

mark-davenport-fountain commented 2 years ago

I somehow doubt the soon part @msftdata