Created
February 9, 2010 01:01
-
-
Save adelcambre/298794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem 'rake' | |
| gem 'rspec', :require => 'spec' | |
| source 'http://gemcutter.org' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bundler.require :default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment