Errors when installing framework; need help to continue

[!] There was an error parsing Gemfile: syntax error, unexpected tIDENTIFIER, expecting end-of-input - gem ‘thor’, ‘~> 0.18’
^. Bundler cannot continue.

from /Users/alex/Desktop/dradis-ce/Gemfile:46

-------------------------------------------

gem ‘rails_autolink’, '~> 1.1’sudo

gem ‘thor’, ‘~> 0.18’

-------------------------------------------

Hi @davbrew2005,

It looks like a trailing sudo got pasted at the end of the gem 'rails_autolink' line, if you edit, and try again, it should do the trick.

HTH,
Daniel