我在 RVM 中安装了 1.9.2 Ruby。当我做一个宝石列表时,我得到了这个:
bundler (1.1.3)
当我尝试删除它时,我得到:
gem uninstall bundler
INFO: gem "bundler" is not installed
当我尝试为我的应用程序运行 bundle install 时,我得到:
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
rails (= 3.0.1) ruby depends on
bundler (~> 1.0.0) ruby
Current Bundler version:
bundler (1.1.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
我曾尝试卸载 1.9.2,但没有帮助。