I\'ve just made the switch from rvm to rbenv and I\'m trying to use bundler for gem management. After running bundle install and trying to run
bundle install
For anyone coming across this issue. This is the easiest solution to the "Can't find gem bundle situation (>= 0.a)
Command:
gem update --system
Then update bundler command:
bundle update --bundler