运行 Rails 3.2.9 应用程序时出现以下错误
Could not find rake-10.0.3 in any of the sources
我相信这是由于 rake 要求版本 10.0.3 并且 railities 在我的 gemlock 文件中指定 > 0.8.7 造成的。
railties (3.2.9)
actionpack (= 3.2.9)
activesupport (= 3.2.9)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
有没有办法指定railities的版本依赖?