-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update addressable
gem version to 2.5.0
#366
Conversation
@miq-bot add_label wip |
Checked commit tumido@54692f5 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@tumido I don't suppose you have a quick summary of the changes, do you? |
@djberg96, well... I have to rely on the changelog Cite:
Branch compare: I hope that's enough for an educated guess of what's been changed, lol... |
@tumido I'm ok with this. Do you want to un-wip it? |
addressable
gem version to 2.5.0addressable
gem version to 2.5.0
@miq-bot remove_label wip |
LGTM 👍 |
In order to upgrade
fog-google
in google provider, it is required to upgrade theaddressable
in azure as well.Dependency chain:
"fog-google", "~> 1.3.3"
"google-api-client", "~> 0.19.1"
"addressable", "~> 2.5", ">=2.5.1"
Related: ManageIQ/manageiq-providers-google#54