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

Commit

Permalink
Upgrade ruby and rust toolchain versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Dec 28, 2021
1 parent 62e926e commit cf2903a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Vagrant.configure("2") do |config|
source ~/.bash_profile
MAKEFLAGS="-j2" rbenv install 2.7.4
MAKEFLAGS="-j2" rbenv install 3.0.2
MAKEFLAGS="-j2" rbenv install 2.7.5
MAKEFLAGS="-j2" rbenv install 3.1.0
rbenv rehash
rbenv global 3.0.2
rbenv global 3.1.0
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.56.0
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.57.0
EOF
pkg prime-list
Expand Down

0 comments on commit cf2903a

Please sign in to comment.