Here is my error:
rake aborted! Gem::LoadError: You have already activated rake 10.3.1, but your Gemfile requires rake 10.2.2. Prepending `bundle exec` to yo
A simple solution that worked for me is to simply run bundle update rake.
bundle update rake