I'm using rbenv and ruby-build with bundler, and I see a .gem file in my local personal directory, which is confusing because I thought that setting a local ruby using rbenv along with using bundler would keep all my gems in the local project file, not my local personal directory.
Did I install something incorrectly? Can I delete the .gem dir in my local personal dir?
Thanks.