softwaregravy/lancaster

View on GitHub
rvm_prep.sh

Summary

Maintainability
Test Coverage
# script to prep empty gemset
gem install bundler
rake rails:update:bin
spring binstub --all
# didn't seem to need this one
# bundle binstub guard