Skip to content

Commit 39842e1

Browse files
committed
upgrade the base box to 15.10
1 parent 3269b50 commit 39842e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/trusty64'
4+
config.vm.box = 'ubuntu/wily64'
55
config.vm.hostname = 'rails-dev-box'
66

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

0 commit comments

Comments
 (0)