From: Mallikarjuna Yaddala Date: 2013-01-02T15:52:20+09:00 Subject: Run time error with multiple version of gems installed Hi all, I have installed two versions of rake for different projects. Due to this i am getting the following error rake aborted! You have already activated rake 0.9.6, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this. Can any one help me , how to solve this without changing Gemfile/`bundle exec` ? FYI : I have two versions of gems rake (0.9.6, 0.9.2.2) Author: Jim Weirich Rubyforge: http://rubyforge.org/projects/rake Homepage: http://rake.rubyforge.org Installed at (0.9.6): /usr/local/rvm/gems/ruby-1.9.3-p286 (0.9.2.2): /usr/local/rvm/gems/ruby-1.9.3-p286@global Ruby based make-like utility. Thanks in advance ........ -- Posted via http://www.ruby-forum.com/.