You have already activated rake 0.9.0, but your Gemfile requires rake 0.8.7

后端 未结 9 1533
孤街浪徒
孤街浪徒 2020-12-07 08:54

I\'m trying to run rails project, I get

Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.

If I

9条回答
  •  感情败类
    2020-12-07 09:18

    Rake 0.9.0 breaks rails.

    See here: Rake 0.9.0 'undefined method 'task' '

    Use bundle exec rake instead of rake to run rake at the correct version.

提交回复
热议问题