Skip to content

Instantly share code, notes, and snippets.

@patmaddox
Created May 20, 2014 21:15
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 patmaddox/1a7628aa78d27e5c83eb to your computer and use it in GitHub Desktop.
Save patmaddox/1a7628aa78d27e5c83eb to your computer and use it in GitHub Desktop.
bundler wtf
pat-jukely:active_rest_client pat$ pwd
/Users/pat/code/opensource/active_rest_client
pat-jukely:active_rest_client pat$ bundle install
OH HAI! I am /Users/pat/code/opensource/active_rest_client/Gemfile
OH HAI! I am /Users/pat/code/opensource/active_rest_client/Gemfile
Resolving dependencies...
...
Your bundle is complete!
It was installed into ./vendor/bundle
OH HAI! I am /Users/pat/code/opensource/active_rest_client/Gemfile
Bundler gave the error "Could not find faraday-0.8.9 in any of the sources" while processing "/Users/pat/code/jukely/api/Gemfile". Perhaps you forgot to run "bundle install"?
pat-jukely:active_rest_client pat$ echo $BUNDLE_GEMFILE
pat-jukely:active_rest_client pat$ ls ~/.bundler/config
ls: /Users/pat/.bundler/config: No such file or directory
pat-jukely:active_rest_client pat$ ls ../Gemfile
ls: ../Gemfile: No such file or directory
pat-jukely:active_rest_client pat$ ls ../../Gemfile
ls: ../../Gemfile: No such file or directory
pat-jukely:active_rest_client pat$ ls ../../../Gemfile
ls: ../../../Gemfile: No such file or directory
pat-jukely:active_rest_client pat$ ls ../../../../Gemfile
ls: ../../../../Gemfile: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment