Trying to get the app to run locally on my machine. Followed the instructions. However when I run the following command: bundle
I get this error:
You must use Bundler 2 or greater with this lockfile.
Not really sure how to resolve this. Had a look at a few online resources without much success.
Any suggestions?
Try gem install bundler
Sent with GitHawk
Thanks @BasThomas - done that and it installs. However I still get the error. I think it’s installing the wrong version?
Sent with GitHawk
Ah – what about gen update bundler?
Sent with GitHawk
All sorted now. Thanks @BasThomas