summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-05-18 11:12:48 -0700
committermo khan <mo@mokhan.ca>2015-05-18 11:12:48 -0700
commitee1cf483f1c8c3286bac807fe4e9b07351dfc2c8 (patch)
tree46618b8de2114a4e04df17037a585a7398190642 /bin
parent9dad995a611cb4ac36d2b400f3906213225dd0e5 (diff)
use ruby 2.2.2
Diffstat (limited to 'bin')
-rw-r--r--bin/bootstrap-vagrant-user.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bootstrap-vagrant-user.sh b/bin/bootstrap-vagrant-user.sh
index e34674e..b42a110 100644
--- a/bin/bootstrap-vagrant-user.sh
+++ b/bin/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.2.0
-rbenv global 2.2.0
+rbenv install 2.2.2
+rbenv global 2.2.2
gem install bundler --no-ri --no-rdoc
cd /vagrant
bundle install -j 2