When I try to execute 'bundle exec rake anything', I get an error:
Could not find rake-10.1.0 in any of the sources. Run `bundle install` to install missing gems.
But when I do a simple "rake anything", rake works.
Because of this, I tried to configure gem in any way I know:
- gem install rake -v = 10.1.0
- Wrote "gem" rake ', '10 .1.0' 'in the Gemfile, then install the package
- I installed gem for all rvm: rvm all do gem install rake -v 10.1.0
This situation is really disappointing because rake just works, but not with the exec package.
I need to run rake with exec package
Actually need your help!
source share