- Published
- Author
- Satya
When your
Gemfile.lock says BUNDLED WITH 2.2.4 , but while doing bundle -v or starting your rails server or rails console you get an error saying"You must use Bundler 2 or greater with this lockfile." . We can resolve that by running gem update --system .