Skip to content

Instantly share code, notes, and snippets.

@trastle
Last active December 28, 2015 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trastle/7567171 to your computer and use it in GitHub Desktop.
Save trastle/7567171 to your computer and use it in GitHub Desktop.
~/.gemrc to use on Cloud Foundry installation boxes.
---
:update_sources: true
# Use the CF gems
:sources:
- http://rubygems.org/
- https://s3.amazonaws.com/bosh-jenkins-gems/
# Don't build the docs
gem: --no-ri --no-rdoc
#!/bin/bash
wget -O ~/.gemrc https://gist.github.com/trastle/7567171/raw/59f3b85cf0f512292e0791cc1a2a4abe6f1e7470/.gemrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment