I have shifted to ree using rvm by:
rvm use ree@mygemset
and installed kaminari gem through Gemfile and bundle install.
But Phusion passenger seems to still look for the gem in system default directory. It says:
Error message:
Could not find kaminari-0.10.4 in any of the sources (Bundler::GemNotFound)
What do I missing? Rails need any specific configuration to recognize the current ruby version and gemset I am using??