gushmazuko / metasploit_in_termux

Install Metasploit Framework 6 in Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not locate gemfile[BUG]

TanjiroK opened this issue · comments

I tried all ways of solving this but failed any solution??

Smartphone

  • Device: [Karbonn X21]
  • OS: [Android 10]
    Screenshot_20230924-193636

I am having the same problem.Any update?

Yea I'm having the same issue

Me too

Fixed in latest update 47ea57e
Just update your Termux and reinstall:

source <(curl -fsSL https://kutt.it/msf)

Creat gem file with nano in home derectory

nano gemfile

Now pate this

frozen_string_literal: true

source "https://rubygems.org"

gem "rails"

Now save and exit

Now

bundler install --gemfile