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

Commit cf2903a

Browse files
committed
Upgrade ruby and rust toolchain versions
1 parent 62e926e commit cf2903a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Vagrantfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Vagrant.configure("2") do |config|
3232
3333
source ~/.bash_profile
3434
35-
MAKEFLAGS="-j2" rbenv install 2.7.4
36-
MAKEFLAGS="-j2" rbenv install 3.0.2
35+
MAKEFLAGS="-j2" rbenv install 2.7.5
36+
MAKEFLAGS="-j2" rbenv install 3.1.0
3737
rbenv rehash
38-
rbenv global 3.0.2
38+
rbenv global 3.1.0
3939
40-
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.56.0
40+
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.57.0
4141
EOF
4242
4343
pkg prime-list

0 commit comments

Comments
 (0)