The root issue I'm having is this error: You must use Bundler 2 or greater with this lockfile.
I get the error even if I just use the rails
command with no arguments.
When I run gem list bundler
I see: bundler (2.0.2, default: 1.17.2)
How can I remove the old version of bundler, or set the new version as the default?
Thanks.