i generate my app with rails new app
and then i go to the home directory of my app like this : cd app
, and i create a .rvmrc file to specify the gemset to use with this project and there will go all my gems instead of default gemset created by rvm.
but the first time when i create my app, and before creating my gemset (with .rvmrc file ) for this project, rails run automatically bundle install wich means that all gems installed by rails command are in default gemset !!!
i find this confusing , can someone explain that to me please