Hi,
I upgraded to the new quarterly packages over the weekend, and now I
cannot run certain Vagrant commands due to conflicting /net-ssh/ gems:
conflicting dependencies net-ssh (= 6.1.0) and net-ssh (= 7.0.1)
Example failing command:
vagrant plugin install vagrant-disksize
It appears that Vagrant depends on /rubygem-net-ssh*>=7.0.0*/:
https://www.freshports.org/sysutils/vagrant/
Vagrant also depends on /rubygem-net-scp/, which depends on
/rubygem-net-ssh6>=2.6.5*<7.0.0*/:
https://www.freshports.org/security/rubygem-net-scp/
Thus the reason I have both installed:
https://bsd.to/4fwP/raw
Any advice? Would this be safe?
pkg set -o security/rubygem-net-ssh6-6.1.0:security/rubygem-net-ssh-7.0.1,2
Thanks,
Chris