I have the following interesting scenario:
I install ruby 1.9.2 through RVM and it comes with 1.1.4 package.
My application requires a bunch of 1.0.15.
I tried running the following:
gem uninstall bundler
I get the following:
INFO: gem "bundler" is not installed
Any thoughts on how to lower my package?
Thank.
source
share