当我rake test
在 10.0.4 版本上运行时,我会得到大量不需要的堆栈跟踪。根据一些搜索,升级到 rake 10.1.0 可以解决此问题。我尝试安装 rake 10.1.0 但我的系统仍在执行 10.0.4 时我rake test
. 我试图摆脱它;这就是发生的事情。
$ gem list | grep rake:
rake (10.1.0, 10.0.4)
$ gem uninstall rake -v=10.0.4
INFO: gem "rake" is not installed
$ rake -V
rake, version 10.0.4
其他重要指标:OS X 10.8.4、JRuby 1.7.4、Rails 3.2.13
如何从我的系统中获取 10.0.4,为什么gem uninstall
看不到它?