Skip to content

Instantly share code, notes, and snippets.

@olivierlacan
Last active January 1, 2016 06: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 olivierlacan/8107776 to your computer and use it in GitHub Desktop.
Save olivierlacan/8107776 to your computer and use it in GitHub Desktop.
Bundler has been giving me these errors (across completely different repos) for a while now and I really need to figure out what's causing this. Anybody have a clue?
Bundler gave the error "Could not find rake-10.1.0 in any of the sources" while processing "/Users/olivierlacan/Development/envylabs/codeschool/iOS7Course/Gemfile". Perhaps you forgot to run "bundle install"?
Bundler gave the error "Could not find libv8-3.11.8.13 in any of the sources" while processing "/Users/olivierlacan/Development/envylabs/codeschool/TryDevTools/Gemfile". Perhaps you forgot to run "bundle install"?
Bundler gave the error "Could not find gem 'jquery-rails (~> 2.0.1) ruby' in the gems available on this machine." while processing "/Users/olivierlacan/Development/envylabs/codeschool/BackboneCourse/Gemfile". Perhaps you forgot to run "bundle install"?
Bundler gave the error "Could not find libv8-3.11.8.17 in any of the sources" while processing "/Users/olivierlacan/Development/envylabs/codeschool/FrontEndFormationsCourse/Gemfile". Perhaps you forgot to run "bundle install"?
Bundler gave the error "Could not find libv8-3.11.8.13 in any of the sources" while processing "/Users/olivierlacan/Development/envylabs/codeschool/NodeJSCourse/Gemfile". Perhaps you forgot to run "bundle install"?
Bundler gave the error "Could not find libv8-3.11.8.13 in any of the sources" while processing "/Users/olivierlacan/Development/envylabs/codeschool/ios_operation_maps/Gemfile". Perhaps you forgot to run "bundle install"?
@hone
Copy link

hone commented Dec 24, 2013

Does it come up when you use 1.5.0.rc.2? (i'm thinking concurrency bug) 1.3.5?

@stringsn88keys
Copy link

This started happening to me after I had uninstalled a ruby version via rbenv and reinstalled. All projects using that ruby version were mentioned in the error until I did a bundle install in each of those projects.

@jadeforrest
Copy link

@stringsn88keys you are my hero. This was so annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment