File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ That's it.
27
27
After the installation has finished, you can access the virtual machine with
28
28
29
29
host $ vagrant ssh
30
- Welcome to Ubuntu 19 .04 (GNU/Linux 5.0 .0-32 -generic x86_64)
30
+ Welcome to Ubuntu 20 .04 LTS (GNU/Linux 5.4 .0-26 -generic x86_64)
31
31
...
32
32
vagrant@rails-dev-box:~$
33
33
@@ -49,7 +49,7 @@ These can be overridden by setting the environment variables `RAILS_DEV_BOX_RAM`
49
49
50
50
* Git
51
51
52
- * Ruby 2.5
52
+ * Ruby 2.7
53
53
54
54
* Bundler
55
55
Original file line number Diff line number Diff line change 1
1
# -*- mode: ruby -*-
2
2
# vi: set ft=ruby :
3
3
Vagrant . configure ( '2' ) do |config |
4
- config . vm . box = 'ubuntu/eoan64 ' # 19.10
4
+ config . vm . box = 'ubuntu/focal64 ' # 20.04
5
5
config . vm . hostname = 'rails-dev-box'
6
6
7
7
config . vm . network :forwarded_port , guest : 3000 , host : 3000
You can’t perform that action at this time.
0 commit comments