From bfdc92d9a73f966b15857f2e21cfa89955c4ba28 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 1 Jan 2015 20:57:55 -0700 Subject: upgrade to ruby 2.2.0 --- script/bootstrap-vagrant-user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script') diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh index 96f4471a..0baf50c0 100644 --- a/script/bootstrap-vagrant-user.sh +++ b/script/bootstrap-vagrant-user.sh @@ -7,8 +7,8 @@ git clone https://github.com/tpope/rbenv-ctags.git ~/.rbenv/plugins/rbenv-ctags git clone https://github.com/rkh/rbenv-update.git ~/.rbenv/plugins/rbenv-update git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash rbenv update -rbenv install 2.1.5 -rbenv global 2.1.5 +rbenv install 2.2.0 +rbenv global 2.2.0 gem install bundler --no-ri --no-rdoc rbenv rehash cd /vagrant -- cgit v1.2.3