I have imported a Rails Application from "GitHub", https://github.com/farra/goo.git
While trying to do bundle install
in that it shows "Could not locate Gemfile".
That repository actually don't have the below listed files with it.
Gemfile, Gemfile.lock & config.ru
I would like some assistance to proceed with that application.
Is there any way to create a Gemfile for that application with its necessary Gems?
Thank You In Advance...