When I try execute \'bundle exec rake anything\', I get error:
Could not find rake-10.1.0 in any of the sources. Run `bundle install` to install mis
I had the same issue, with exactly the same error message, with the same Ruby version yesterday. I solved it by removing this line from .bundle/config in my repository:
.bundle/config
BUNDLE_DISABLE_SHARED_GEMS: '1'