Install newer version of bundler with bundler
I think you can just run gem update bundler
, right? It worked for me.
Seems like bundler can't bundle itself :)
So you have to run gem install bundler
.
as of v1.14 there is now: bundle update --bundler
https://bundler.io/v2.0/man/bundle-update.1.html#OPTIONS