Search code examples
ruby-on-railsrubygemfile

Could not locate gemfile in termux app


When i'm trying to install bundle with this command "bundle install" then it is showing me

could not locate gemfile

Please help me!!!!

here is the screenshort see this


Solution

  • 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.