Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2014 19:54
Show Gist options
  • Select an option

  • Save anonymous/8656024 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/8656024 to your computer and use it in GitHub Desktop.
cd "$(dirname "$0")"
mkdir -p "$(dirname "$0")/gems"
export GEM_HOME="$(dirname "$0")/gems"
gem install bundler --no-rdoc --no-ri
$(dirname "$0")/gems/bin/bundle --without=development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment