Bundler fails to find appropriate version, despite installing appropriate version earlier in the build

As a work around, I removed bundler entirely from my Gemfile (and gemfile.lock), since my project is in a private repo. Not sure why it was there, unless it was to insure that devs aren’t using an old bundler.

That works for now, and allows me to keep deploying and testing.