9
rake 0.9.0はすでに有効化されていますが、Gemfileにはrake 0.8.7が必要です
Railsプロジェクトを実行しようとしています。 Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. 行う場合:「バンドルインストール」 しかし私は得ています You have already activated rake 0.9.0, but your Gemfile requires rake 0.8.7 しながら rake db:migrate
124
ruby-on-rails
rake