当我从我的 rubymine 编辑器运行 rspec 时,我收到此错误:
You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this.
我也试过这个:
gem uninstall rake -v 10.0.3
但我收到以下消息:
INFO: gem "rake" is not installed
bundle update rake 修复了命令行的问题。
但是当我通过命令行运行 rspec 时,我仍然得到“已经激活的 rake 错误”。我不知道如何解决这个问题。我想运行 0.9.6 是否必须更新 gem 文件。我无法更新它并将其推送到远程仓库,因为这是每个人都会使用的共享仓库。