Skip to content

Commit 3d540cf

Browse files
authored
Merge pull request #212 from yahonda/ubuntu_2310
Upgrade to Ubuntu 23.10
2 parents aaa6555 + 5406151 commit 3d540cf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ That's it.
2727
After the installation has finished, you can access the virtual machine with
2828

2929
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)
3131
...
3232
vagrant@rails-dev-box:~$
3333

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/lunar64' # 23.04
4+
config.vm.box = 'ubuntu/mantic64' # 23.10
55
config.vm.hostname = 'rails-dev-box'
66

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

bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ install 'Yarn' yarn
6363
install 'MuPDF' mupdf mupdf-tools
6464
install 'FFmpeg' ffmpeg
6565
install 'Poppler' poppler-utils
66+
install 'tzdata-legacy' tzdata-legacy
6667

6768
# Needed for docs generation.
6869
update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8

0 commit comments

Comments
 (0)