Bump vagrant-scp to 0.5.9

This update to vagrant-scp resolves a version conflict that was keeping
us on vagrant 2.2.16 for a while.

https://github.com/hashicorp/vagrant/issues/12504
This commit is contained in:
Charlie O'Keefe 2021-12-14 15:01:43 -07:00
parent 7722a59aac
commit 627896f2d3
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -4,7 +4,7 @@ Vagrant.configure(2) do |config|
config.vagrant.plugins = {
"vagrant-disksize" => {"version" => "0.1.3"},
"vagrant-scp" => {"version" => "0.5.7"}
"vagrant-scp" => {"version" => "0.5.9"}
}
config.ssh.forward_agent = true