I am trying to run a bundle install
in my Ruby project. But it tries to install rake -v 11.1.2 which requires Ruby 1.9.3. (I am using 1.8.7-p374 - please don't kill me!)
None of my Gemfiles have this version specified and I already have rake version 10.1.1 installed. I want to know which other gem needs this particular version.
Here is my gem dependency -R
output => http://pastebin.com/BqTnPYvf
Can anyone please guide me through this?