mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Retrieve vagrant and ruby-libvirt dependencies and modify as needed to allow testing against ruby 3.0 until released versions support. Use conditionals to skip steps when not needed. Note that in order to use the locally built gem added to the cache manually, need to disable checksums. However as all other ruby versions will continue to use it, shouldn't be an issue as long as the cache for ruby 3.0.0 is wiped clean before being used for anything such as publishing. Fixes: #1244