summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2017-09-24 12:58:33 -0600
committermo <mo.khan@gmail.com>2017-09-24 12:58:33 -0600
commit55d34a497f81a12f9e070ccf2d57958e1952339f (patch)
tree33bca80e0ebe4980bd9377852eeebf14441498ae /script
parenta67e0cb103f76df6095257857e5f980340f3c940 (diff)
upgrade to ruby 2.4.2
Diffstat (limited to 'script')
-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 09dc646f..fef1365a 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.4.1
-rbenv global 2.4.1
+rbenv install 2.4.2
+rbenv global 2.4.2
gem install bundler --no-ri --no-rdoc
rbenv rehash
cd /vagrant