summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo <mokha@cisco.com>2017-04-19 20:15:15 -0600
committermo <mokha@cisco.com>2017-04-19 20:15:15 -0600
commit438e481ca6749560e2277a4ae318b82d9f3b1c48 (patch)
tree246a8f43911c4f471a6984b1156459be6af03aa0 /script
parent6bd750a6ab31d1718bc4aa513a59e657e4c72054 (diff)
clean up some of the vagrant scripts.
Diffstat (limited to 'script')
-rw-r--r--script/bootstrap-vagrant-user.sh6
1 files changed, 3 insertions, 3 deletions
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