Skip to content

Instantly share code, notes, and snippets.

@jasherai
Created June 21, 2010 16:02
Show Gist options
  • Select an option

  • Save jasherai/447069 to your computer and use it in GitHub Desktop.

Select an option

Save jasherai/447069 to your computer and use it in GitHub Desktop.
[[ ! -z ${rvm_gemset_name} ]] && {
[[ -s "${rvm_gemset_name}.gems" ]] && {
echo "Importing gemset gems from file : [${rvm_gemset_name}.gems]"
rvm gemset import ${rvm_gemset_name}.gems
}
}
[ "$(which bundle)" == "" ] && { gem install bundle; }
bundle check || bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment