Bundler not working with rbenv, could not find [gem]
I was having the same issue. One hint was that rbenv exec bundle exec command worked and that rbenv exec bundle install –path vendor/bundle worked, but their prefixed equivalents failed. I wiped my ~/.rbenv, ~/.gem Gemfile.lock and vendor/bundle a few times trying to start fresh. Once these were cleaned away I tried the following: rbenv … Read more