In my rails application
ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
When I run
rvm gemset list
It specifies my gemset which i'm using
global
=> blackapp
now i do bundle install and gems are installed successfully.when i do gem list, it shows * LOCAL GEMS * as empty.When i run rvm gem list it shows all the gems.So what could be the reason that gem list is not working.
I think I used bundle pack and that could be the reason as it shows .
Your bundle is complete! It was installed into ./vendor/bundle
How to overcome this?