Skip to content

Instantly share code, notes, and snippets.

@phoet
Created August 8, 2011 12:50
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 phoet/1131693 to your computer and use it in GitHub Desktop.
Save phoet/1131693 to your computer and use it in GitHub Desktop.
killing bundler
$ bundle --version
=> Bundler version 1.1.pre.5
# also tried latest bundler version
$ bundle install
=> Fetching dependency information from the API at http://rubygems.org/........
# causing only cpu-load and ending nowhere...
source :rubygems
gem "rails", "3.1.0.rc5"
gem "activeadmin", "0.2.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment