When i'm trying to install bundle with this command "bundle install" then it is showing me
could not locate gemfile
Please help me!!!!
Make sure you have installed Bundler with bundler -v
. If you don't have it, install it with gem install bundler
.
Later, create a new gemfile with bundle init
command.