Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eliotjordan/1db7714938f48df40c3341f77e108478 to your computer and use it in GitHub Desktop.
Save eliotjordan/1db7714938f48df40c3341f77e108478 to your computer and use it in GitHub Desktop.
macos slow bundle install fix
My mac has an issue loading ruby gems from https://rubygems.org/. Until the root cause resolved, this workaround is helpful.
Setup a mirror:
$ bundle config mirror.https://rubygems.org http://rubygems.org
From http://stackoverflow.com/a/34940426
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment