dradis / dradis-ce

Dradis Framework: Collaboration and reporting for IT Security teams
https://dradis.com/ce/
GNU General Public License v2.0
672 stars 190 forks source link

Ubuntu 16.04 - Error parsing Gemfile #91

Closed bobdob42 closed 7 years ago

bobdob42 commented 7 years ago

ruby bin/setup . [!] There was an error parsing Gemfile: Illformed requirement ["¬> 3.0"]. Bundler cannot continue.

Looks like there is a special character in the Gemfile.plugins.template file gem 'dradis-qualys', '¬> 3.0'

etdsoft commented 7 years ago

Can you please replace it with '~> 3.0'?

@th3xer0 is sending us a PR shortly. Sorry for the hassle!

bobdob42 commented 7 years ago

yes, guessed it should of been, '~> 3.0', once replaced it all works fine.

etdsoft commented 7 years ago

This was fixed by #94