Bundler: can’t find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException) during bundle install with gem
Bundler version 2 introduced a new feature to automatically use the version of Bundler specified in the Gemfile.lock of your project. Thus, if you have an existing Gemfile.lock with a line like this at the bottom BUNDLED WITH 1.17.3 Bundler will try to run with a Bundler version < 2.0. Since you just have Bundler … Read more