| Current Path : /usr/local/rvm/src/rvm/hooks/ |
| 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