I’ve noticed this happening when I’ve tried to bundle install with a fresh RVM gemset that didn’t yet include bundler (as it fell back on the system bundler install which referenced the system ruby).
Running gem install bundler fixed for me.
I’ve noticed this happening when I’ve tried to bundle install with a fresh RVM gemset that didn’t yet include bundler (as it fell back on the system bundler install which referenced the system ruby).
Running gem install bundler fixed for me.