Gems not in Local Gems after bundle install
问题 New machine. New rbenv install. New rbenv-gemset install. New ruby-2.0.0 install. New rails 4.0.0 app. When I $ bundle install from the rails app directory, I get Your bundle is complete! It was installed into ./vendor/bundle But, if I then $ gem list none of the gems that were supposedly installed show up. I have run $ rbenv rehash Why could this be? Additional info: $ which bundle /usr/local/var/rbenv/shims/bundle $ rbenv which bundle /usr/local/var/rbenv/versions/2.0.0-p247/bin/bundle $