summaryrefslogtreecommitdiff
path: root/script/bootstrap-vagrant-user.sh
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-12-20 16:50:27 -0700
committermo khan <mo@mokhan.ca>2014-12-20 16:50:27 -0700
commit7b426aa1182298f417d99d42acefc304b5eec08d (patch)
tree640e27cd02625ad487c353c1abcb7c81e9560ca2 /script/bootstrap-vagrant-user.sh
parent014a63069408d08ef478822498cb37c5b6a5095d (diff)
use ruby 2.1.5.
Diffstat (limited to 'script/bootstrap-vagrant-user.sh')
-rw-r--r--script/bootstrap-vagrant-user.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh
index 29bd8174..96f4471a 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.4
-rbenv global 2.1.4
+rbenv install 2.1.5
+rbenv global 2.1.5
gem install bundler --no-ri --no-rdoc
rbenv rehash
cd /vagrant