ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task' (available in RDoc 2.4.2+) instead

后端 未结 10 721
无人及你
无人及你 2020-12-04 17:59

Seems the last post for this problem was closed for one reason or another so I\'ll try my luck...

I\'m trying to run a simple \"rake db:migrate\" command. When I do,

10条回答
  •  伪装坚强ぢ
    2020-12-04 18:32

    Like the original poster, I don't have a require of rake/rdoctask. Upgrading my rails is not an option. The answer is to keep your rake at 0.9.2.2 in your Gemfile.

提交回复
热议问题