Created
November 15, 2012 19:38
-
-
Save skalnik/4080736 to your computer and use it in GitHub Desktop.
wat
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
1.9.3-p194 in lolz/ on master | |
› rm bin/* | |
zsh: sure you want to delete all the files in /Users/skalnik/lolz/bin [yn]? y | |
1.9.3-p194 in lolz/ on master | |
› bundle install --binstubs --path vendor/gems --standalone | |
Using rake (10.0.0) | |
Updating files in vendor/cache | |
Your bundle is complete! It was installed into ./vendor/gems | |
1.9.3-p194 in lolz/ on master | |
› ./bin/rake --version | |
rake, version 10.0.0 | |
1.9.3-p194 in lolz/ on master | |
› ./bin/rake -T | |
rake aborted! | |
You have already activated rake 0.9.2.2, but your Gemfile requires rake 10.0.0. Using bundle exec may solve this. | |
/Users/skalnik/lolz/config/boot.rb:8:in `<top (required)>' | |
/Users/skalnik/lolz/config/application.rb:1:in `<top (required)>' | |
/Users/skalnik/lolz/Rakefile:4:in `<top (required)>' | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment