I am working on Rails 2.2.2 application. For this I installed rvm with Ruby version 1.9.3p551. There is no Gemfile for this application. So as mentioned in the environment.
This normally occurs when you have multiple versions of RVM and gem sets and its normally comes for ruby 2.2.2 the best way to get rid of this ERROR is.
First Update your system gems by using the following
gem update --system
OR
update_rubygems --system
Then you have to update your bundler:
gem update bundler