test-kitchen / kitchen-vagrant

A Test Kitchen Driver for Vagrant
Other
348 stars 189 forks source link

Ruby 3 compatibility for network configuration #477

Closed PowerKiKi closed 2 years ago

PowerKiKi commented 2 years ago

Description

The final Vagrant file should be compatible with Ruby 2.7 and 3, so it should look like that:

- c.vm.network(:forwarded_port, {:guest=>443, :host=>2443})
+ c.vm.network(:forwarded_port, :guest=>443, :host=>2443)

Issues Resolved

476

Type of Change

Our release process assumes you are using Conventional Commit messages.

The most important prefixes you should have in mind are:

If you have not included a conventional commit message this can be fixed on merge.

Check List