所以这很烦人。当我把
bundle exec rake db:migrate
进入终端,出现以下错误:
Could not find rake-10.0.4 in any of the sources
Run `bundle install` to install missing gems.
所以我检查了一下bundle show rake
,它在:
/rails_projects/principia_app/vendor/cache/ruby/1.8/gems/rake-10.0.4。
我尝试删除 gemfile.lock 并运行bundle install --path vendor/cache
,并发生同样的错误。
另外,我尝试在 gemfile 中使用 gem 'rake','10.0.4' 来做这件事,但没有产生相同的结果。我也更新了我所有的宝石。
直到现在我还没有遇到任何问题,由于某种原因,今天发生了。有任何想法吗?谢谢!!