Comment 15 for bug 1871685

Revision history for this message
Luis Alberto Pabón (copong) wrote :

Thank you for the work. Patches seem not quite complete as you mentioned:

##########
~ vagrant provision
==> default: Running provisioner: shell...
    default: Running: inline script
/usr/share/rubygems-integration/all/gems/vagrant-2.2.6/plugins/provisioners/shell/provisioner.rb:56: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
(eval):1: warning: The called method `detail' is defined here

[...]

##########
~ vagrant up (or reload)
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/bionic64' version '20200317.0.0' is up to date...
[...]
==> default: Forwarding ports...
/usr/share/rubygems-integration/all/gems/vagrant-2.2.6/plugins/providers/virtualbox/action/forward_ports.rb:50: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/usr/share/rubygems-integration/all/gems/i18n-1.8.2/lib/i18n.rb:195: warning: The called method `t' is defined here

##########