Skip to content

Commit

Permalink
Switch vagrant to use ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Dec 28, 2015
1 parent 89a60e6 commit 095e537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Expand Up @@ -14,12 +14,12 @@ curl https://sdk.cloud.google.com | bash
SCRIPT

$rvm = <<SCRIPT
# Install RVM and ruby 2.2
# Install RVM and ruby 2.3
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\\curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install ruby-2.2
rvm --default use 2.2
rvm install ruby-2.3
rvm --default use 2.3
# Install git and bundler and grpc gem
sudo apt-get install git -y
Expand Down

0 comments on commit 095e537

Please sign in to comment.