【发布时间】:2012-04-08 14:39:15
【问题描述】:
我在 Ubuntu (EC2) 上运行 Rails 3 应用程序,我已将 rake 锁定在 0.8.7 版本,当我执行 rake db:migrate 时,我得到了通常的结果:
You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.8.7. Using bundle exec may solve this.
但是,当我执行 bundle exec rake db:migrate 时,我得到了相同的响应..
??
【问题讨论】:
标签: ruby ruby-on-rails-3 ubuntu rake bundler