Closed bobdob42 closed 7 years ago
ruby bin/setup . [!] There was an error parsing Gemfile: Illformed requirement ["¬> 3.0"]. Bundler cannot continue.
Gemfile
Looks like there is a special character in the Gemfile.plugins.template file gem 'dradis-qualys', '¬> 3.0'
Can you please replace it with '~> 3.0'?
'~> 3.0'
@th3xer0 is sending us a PR shortly. Sorry for the hassle!
yes, guessed it should of been, '~> 3.0', once replaced it all works fine.
This was fixed by #94
Looks like there is a special character in the Gemfile.plugins.template file gem 'dradis-qualys', '¬> 3.0'