Created
February 3, 2012 22:50
-
-
Save alunny/1733484 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
| ~/dev/okapi $ k db:migrate | |
| (in /Users/alunny/dev/okapi) | |
| rake aborted! | |
| uninitialized constant Rake::DSL | |
| /Users/alunny/dev/okapi/Rakefile:7 | |
| (See full trace by running task with --trace) | |
| ~/dev/okapi $ sudo gem update rake | |
| Password: | |
| Updating installed gems | |
| Updating rake | |
| Successfully installed rake-0.9.2.2 | |
| Gems updated: rake | |
| Installing ri documentation for rake-0.9.2.2... | |
| Installing RDoc documentation for rake-0.9.2.2... | |
| ~/dev/okapi $ k db:migrate | |
| rake aborted! | |
| You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2. Using bundle exec may solve this. | |
| (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