Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/rvm/hooks/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/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