rake db:种子失败b / c .specification缺少预期的' - '指标

时间:2012-10-02 20:56:16

标签: ruby-on-rails

当我运行rake db:seed时,我收到错误:

(<my rails root>/vendor/gems/tzinfo-0.3.30/.specification): did not find expected '-' indicator while parsing a block collection at line 1 column 1

我迷路了。任何人都可以给我一个线索吗?以下是.specification文件的内容:http://pastie.org/4898962

规格:rails 2.3.5,ruby 1.8.7

1 个答案:

答案 0 :(得分:0)

先运行rake gems:refresh_specs,然后rake db:seed

.specification文件(显然)已经解散。