当我尝试执行' bundle exec rake any '时,我收到错误:
Could not find rake-10.1.0 in any of the sources.
Run `bundle install` to install missing gems.
但是当我执行简单的 'rake anything'时,rake 正在工作。
当然,我以任何方式尝试了 setup gem,我知道:
- 宝石安装耙 -v=10.1.0
- 在 Gemfile 中写“ gem 'rake', '10.1.0' ”,然后执行bundle install
- 我为所有 rvm 安装了 gem:rvm all do gem install rake -v 10.1.0
这种情况真的很令人沮丧,因为简单的rake可以工作,但是bundle exec不想要。
我需要用bundle exec执行 rake
真的需要你的帮助!