From 438e481ca6749560e2277a4ae318b82d9f3b1c48 Mon Sep 17 00:00:00 2001 From: mo Date: Wed, 19 Apr 2017 20:15:15 -0600 Subject: clean up some of the vagrant scripts. --- script/bootstrap-vagrant-user.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'script') diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh index 0baf50c0..09dc646f 100644 --- a/script/bootstrap-vagrant-user.sh +++ b/script/bootstrap-vagrant-user.sh @@ -7,12 +7,12 @@ 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.4.1 +rbenv global 2.4.1 gem install bundler --no-ri --no-rdoc rbenv rehash cd /vagrant -bundle install -j 4 +bundle install -j 4 --path vendor/bundle rbenv rehash if [ ! -f config/database.yml ]; then ln -s config/database.yml.vagrant config/database.yml -- cgit v1.2.3