I'm getting the below error when trying to seed my database. I've included Nokogiri and bcrypt-ruby and haven't specified a version number so they should be fine.
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.8 rake aborted! can't activate bcrypt-ruby (~> 3.0.0), already activated bcrypt-ruby-3.1.2. Make sure all dependencies are added to Gemfile.
I'm not sure how to fix this.
Ideas?
Thanks in advance, Mariogs