0

当我运行时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

4

1 回答 1

0

rake gems:refresh_specs先跑,再跑rake db:seed

.specification文件(显然)已失效。

于 2012-10-03T00:04:40.493 回答