Skip to content

Commit 9a221ef

Browse files
committed
Use Ubuntu 17.04
1 parent 13ad6e9 commit 9a221ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ That's it.
2525
After the installation has finished, you can access the virtual machine with
2626

2727
host $ vagrant ssh
28-
Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-26-generic x86_64)
28+
Welcome to Ubuntu 17.04 (GNU/Linux 4.10.0-21-generic x86_64)
2929
...
3030
ubuntu@rails-dev-box:~$
3131

Vagrantfile

Lines changed: 1 addition & 1 deletion
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/yakkety64' # 16.10
4+
config.vm.box = 'ubuntu/zesty64' # 17.04
55
config.vm.hostname = 'rails-dev-box'
66

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

0 commit comments

Comments
 (0)