lib/vagrant/action/builtin/box_check_outdated.rb in vagrant-unbundled-2.2.2.0 vs lib/vagrant/action/builtin/box_check_outdated.rb in vagrant-unbundled-2.2.3.0
- old
+ new
@@ -49,10 +49,11 @@
env[:insecure] : machine.config.vm.box_download_insecure
}
env[:ui].output(I18n.t(
"vagrant.box_outdated_checking_with_refresh",
- name: box.name))
+ name: box.name,
+ version: box.version))
update = nil
begin
update = box.has_update?(constraints, download_options: download_options)
rescue Errors::BoxMetadataDownloadError => e
env[:ui].warn(I18n.t(