-
Notifications
You must be signed in to change notification settings - Fork 8
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
upgrade ovirt to 4.6 #54
Conversation
@miq-bot cross_repo_test #54 including ManageIQ/ovirt#118 |
From Pull Request: ManageIQ/manageiq-providers-red_hat_virtualization#54
spec.add_dependency "ovirt-engine-sdk", "~>4.6.0" | ||
spec.add_dependency "ovirt_metrics", "~>3.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in the other thread, I wonder if it's cleaner / better to do the following
spec.add_dependency "ovirt-engine-sdk", "~>4.6.0" | |
spec.add_dependency "ovirt_metrics", "~>3.2" | |
spec.add_dependency "manageiq-providers-ovirt" |
From Pull Request: ManageIQ/manageiq-providers-red_hat_virtualization#54
bf0d539
to
9dc9ade
Compare
update:
|
LGTM - just want @agrare to also see this before merge. If we agree on this approach we'll want to do the same in the other inherited gems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Agreed we don't need to duplicate the inherited dependencies
Updating gem because it fixes some issues with ruby 3.3 building
Gem released Feb 1, 2024