Skip to content

Commit 4d87263

Browse files
committed
Upgrade to Ubuntu 19.10
1 parent 17b58e6 commit 4d87263

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This project automates the setup of a development environment for working on Rub
1212

1313
* [Vagrant 2](http://vagrantup.com)
1414

15+
* Install the `vagrant-vbguest` plugin: `vagrant plugin install vagrant-vbguest`.
16+
1517
## How To Build The Virtual Machine
1618

1719
Building the virtual machine is this easy:

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33
Vagrant.configure('2') do |config|
4-
config.vm.box = 'ubuntu/disco64' # 19.04
4+
config.vm.box = 'ubuntu/eoan64' # 19.10
55
config.vm.hostname = 'rails-dev-box'
66

77
config.vm.network :forwarded_port, guest: 3000, host: 3000

0 commit comments

Comments
 (0)