Skip to content

Commit

Permalink
Merge pull request #137 from yahonda/use_1704
Browse files Browse the repository at this point in the history
Use Ubuntu 17.04
  • Loading branch information
fxn committed May 29, 2017
2 parents 13ad6e9 + 9a221ef commit b1cfc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ That's it.
After the installation has finished, you can access the virtual machine with

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

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/yakkety64' # 16.10
config.vm.box = 'ubuntu/zesty64' # 17.04
config.vm.hostname = 'rails-dev-box'

config.vm.network :forwarded_port, guest: 3000, host: 3000
Expand Down

0 comments on commit b1cfc0c

Please sign in to comment.