digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

'rexml/document' not found #80

Closed tomshoo closed 3 years ago

tomshoo commented 3 years ago

After installation CeWL generates an error:

Error: rexml/document gem not installed
     use: "gem install rexml/document" to install the required gem

I fixed it by adding gem 'rexml' to the Gemfile. My ruby version is: 3.0.1

digininja commented 3 years ago

That's odd as I did a fresh Ruby install and got that gem included by default when I did the bundle install.

Did you install the other gems by hand or with bundler?

tomshoo commented 3 years ago

Did you install the other gems by hand or with bundler?

I used bundler to install the gems

digininja commented 3 years ago

I tested it again and still got rexml installed by default, but I've added it to the Gemfile anyway as it won't hurt to have in in there. Thansk.