Your IP : 216.73.216.1


Current Path : /usr/local/rvm/src/rvm/hooks/
Upload File :
Current File : //usr/local/rvm/src/rvm/hooks/after_cd_install_vendored_gems

#!/usr/bin/env bash
# From @mpapis

if
  which bundle >/dev/null &&
  [[ -d vendor/cache ]] &&
  [[ -f Gemfile ]]
then
  bundle install --local
fi