Rails: “Could not find bundler” (2.2.11) required by Gemfile.lock. (Gem::GemNotFoundException)

Make sure you’re entering “bundle” update, if you have the bundler gem installed.

bundle update

If you don’t have bundler installed, do gem install bundler.

Leave a Comment