Skip to content

Commit

Permalink
Merge pull request rails#176 from yahonda/use_focal_fossa
Browse files Browse the repository at this point in the history
Use Ubuntu 20.04
  • Loading branch information
fxn authored Apr 23, 2020
2 parents 4d87263 + 9726368 commit dbbf541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ That's it.
After the installation has finished, you can access the virtual machine with

host $ vagrant ssh
Welcome to Ubuntu 19.04 (GNU/Linux 5.0.0-32-generic x86_64)
Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.4.0-26-generic x86_64)
...
vagrant@rails-dev-box:~$

Expand All @@ -49,7 +49,7 @@ These can be overridden by setting the environment variables `RAILS_DEV_BOX_RAM`

* Git

* Ruby 2.5
* Ruby 2.7

* Bundler

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/eoan64' # 19.10
config.vm.box = 'ubuntu/focal64' # 20.04
config.vm.hostname = 'rails-dev-box'

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

0 comments on commit dbbf541

Please sign in to comment.