Rake - "bundle exec" - how can I avoid `bundle exec` with my `rake spec`
When I try to `bundle exec` I'm getting
`You have already activated rake 0.9.3.beta.1, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this. ...`
I have `rake`, version `0.9.3.beta.1`
I would like to have version `0.9.2.2`
How do I switch to it?
I'm on Ubuntu11
Have you tried installing the required version with `gem`?