Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created February 9, 2010 01:01
Show Gist options
  • Select an option

  • Save adelcambre/298794 to your computer and use it in GitHub Desktop.

Select an option

Save adelcambre/298794 to your computer and use it in GitHub Desktop.
gem 'rake'
gem 'rspec', :require => 'spec'
source 'http://gemcutter.org'
require: bundle install
Fetching source index from http://gemcutter.org
Resolving dependencies
Installing rake (0.8.7) from system gems
Installing rspec (1.3.0) from system gems
Your bundle is complete!
bundle install 11.14s user 0.21s system 85% cpu 13.295 total
require: bundle exec rake
(in /Users/adelcambre/p/playpen/bundle_fails/require)
rake aborted!
Don't know how to build task 'default'
(See full trace by running task with --trace)
require: bundle lock
The bundle is now locked. Use `bundle show` to list the gems in the environment.
require: bundle exec rake
(in /Users/adelcambre/p/playpen/bundle_fails/require)
rake aborted!
no such file to load -- rspec
/Users/adelcambre/p/playpen/bundle_fails/require/Rakefile:1
(See full trace by running task with --trace)
Bundler.require :default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment