LoginSignup
14
14

More than 5 years have passed since last update.

You have already activated rake 10.3.2, but your Gemfile requires rake 10.3.1.

Last updated at Posted at 2014-08-04

rake db:migrate
した時に下記エラーが起きる場合。

rake aborted!
Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.3.1.

<解決策>
bundle update rake

もう一度
rake db:migrate
してみると、通ります :tada:

14
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
14