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

Commit

Permalink
Upgrade Ruby to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Sep 26, 2023
1 parent 09512df commit fabd072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Vagrant.configure("2") do |config|
export MAKEFLAGS="-j2"
export RUBY_CONFIGURE_OPTS="--disable-install-doc"
rbenv install 3.1.2
rbenv install 3.2.2
rbenv rehash
rbenv global 3.1.2
rbenv global 3.2.2
# Clean up any lingering documentation files
shopt -s globstar
rm -rf ~/.rbenv/versions/**/ri
Expand Down

0 comments on commit fabd072

Please sign in to comment.