File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
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 23.04 (GNU/Linux 6.2 .0-20 -generic x86_64)
30
+ Welcome to Ubuntu 23.10 (GNU/Linux 6.5 .0-14 -generic x86_64)
31
31
...
32
32
vagrant@rails-dev-box:~$
33
33
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/lunar64 ' # 23.04
4
+ config . vm . box = 'ubuntu/mantic64 ' # 23.10
5
5
config . vm . hostname = 'rails-dev-box'
6
6
7
7
config . vm . network :forwarded_port , guest : 3000 , host : 3000
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ install 'Yarn' yarn
63
63
install ' MuPDF' mupdf mupdf-tools
64
64
install ' FFmpeg' ffmpeg
65
65
install ' Poppler' poppler-utils
66
+ install ' tzdata-legacy' tzdata-legacy
66
67
67
68
# Needed for docs generation.
68
69
update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8
You can’t perform that action at this time.
0 commit comments