Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit fabd072

Browse files
committed
Upgrade Ruby to 3.2.2
1 parent 09512df commit fabd072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Vagrant.configure("2") do |config|
3737
3838
export MAKEFLAGS="-j2"
3939
export RUBY_CONFIGURE_OPTS="--disable-install-doc"
40-
rbenv install 3.1.2
40+
rbenv install 3.2.2
4141
rbenv rehash
42-
rbenv global 3.1.2
42+
rbenv global 3.2.2
4343
# Clean up any lingering documentation files
4444
shopt -s globstar
4545
rm -rf ~/.rbenv/versions/**/ri

0 commit comments

Comments
 (0)