'https://github.com/alexreisner/geocoder.git (at master@4b4b502) is not yet checked out. Run `bundle install` first

I am trying to setup a codebase on my laptop. My laptop has rails version 6.1.4.4 installed. The repository that I am setting up uses rails version 5.1.4. After cloning the repository, running gem install bundler and running gem install rails -v 5.1.4. I then ran bundle install. This was successful

When i try to setup my postgres database using rails db:create I get the following ouput

Warning: the running version of Bundler (2.1.2) is older than the version that created the lockfile (2.3.8). We suggest you to upgrade to the version that created the lockfile by running gem install bundler:2.3.8. https://github.com/alexreisner/geocoder.git (at master@4b4b502) is not yet checked out. Run bundle install first.

I would appreciate any help on the matter. Thank you ahead of time!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source