Skip to content

fix: Ruby 3 compatibility for network configuration#1

Open
PowerKiKi wants to merge 1 commit intomainfrom
issues-476
Open

fix: Ruby 3 compatibility for network configuration#1
PowerKiKi wants to merge 1 commit intomainfrom
issues-476

Conversation

@PowerKiKi
Copy link
Member

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)

Fixes test-kitchen#476

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

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

Fixes test-kitchen#476
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to configure network with Vagrant/VirtualBox

2 participants