File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ That's it.
2727After the installation has finished, you can access the virtual machine with
2828
2929 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)
3131 ...
3232 vagrant@rails-dev-box:~$
3333
@@ -49,7 +49,7 @@ These can be overridden by setting the environment variables `RAILS_DEV_BOX_RAM`
4949
5050* Git
5151
52- * Ruby 2.5
52+ * Ruby 2.7
5353
5454* Bundler
5555
Original file line number Diff line number Diff line change 11# -*- mode: ruby -*-
22# vi: set ft=ruby :
33Vagrant . configure ( '2' ) do |config |
4- config . vm . box = 'ubuntu/eoan64 ' # 19.10
4+ config . vm . box = 'ubuntu/focal64 ' # 20.04
55 config . vm . hostname = 'rails-dev-box'
66
77 config . vm . network :forwarded_port , guest : 3000 , host : 3000
You can’t perform that action at this time.
0 commit comments