mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 01:30:03 -04:00
Update development vagrant to ruby 2.2.3
This commit is contained in:
parent
7a4fb236bb
commit
eba1b24534
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
|
@ -50,8 +50,8 @@ su -l -c 'curl -sL https://get.rvm.io | bash -s stable' vagrant
|
|||
#usermod -a -G rvm vagrant
|
||||
|
||||
# Install some Rubies
|
||||
su -l -c 'rvm install 2.1.1' vagrant
|
||||
su -l -c 'rvm --default use 2.1.1' vagrant
|
||||
su -l -c 'rvm install 2.2.3' vagrant
|
||||
su -l -c 'rvm --default use 2.2.3' vagrant
|
||||
|
||||
# Output the Ruby version (for sanity)
|
||||
su -l -c 'ruby --version' vagrant
|
||||
|
|
|
|||
Loading…
Reference in a new issue