Skip to content

Instantly share code, notes, and snippets.

@alunny
Created February 3, 2012 22:50
Show Gist options
  • Save alunny/1733484 to your computer and use it in GitHub Desktop.
Save alunny/1733484 to your computer and use it in GitHub Desktop.
~/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