-
Notifications
You must be signed in to change notification settings - Fork 510
Remove config unsupported by fog-libvirt #1835
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
base: main
Are you sure you want to change the base?
Remove config unsupported by fog-libvirt #1835
Conversation
fog-libvirt dropped support for libvirt < 1.2.8 in version v0.13.0 This config is no longer supported nor needed
…upported by system ruby
A docker image containing the code from this plugin to allow testing locally without installing If you need the image with the full dev toolchain, you can instead pull: ghcr.io/vagrant-libvirt/vagrant-libvirt:pr-1835 |
@electrofelix anything that speaks against merging this? Ty :-) |
@@ -26,8 +26,7 @@ Gem::Specification.new do |s| | |||
s.add_runtime_dependency 'xml-simple' | |||
s.add_runtime_dependency 'diffy' | |||
|
|||
# Make sure to allow use of the same version as Vagrant by being less specific | |||
s.add_runtime_dependency 'nokogiri', '~> 1.6' | |||
s.add_runtime_dependency 'nokogiri', '< 1.16' |
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.
Why pin this to < 1.16 while the latest version is 1.18?
I saw this same issue in the Debian autopkgtest runs, so I included 5bb08ec as a patch: https://ci.debian.net/packages/v/vagrant-libvirt/testing/amd64/58775988/ |
fog-libvirt dropped support for libvirt < 1.2.8 in version v0.13.0 This config is no longer supported nor needed
This call generates a warning
Fixes #1831