You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I removed the Nokogumbo gem from the Gemfile and got errors about not being able to find nokogumbo.rb. Adding an empty nokogumbo.rb file did the trick, but perhaps the explicit require should be removed from the adapter file?
The text was updated successfully, but these errors were encountered:
Nokogumbo has been merged into Nokogiri, so an explicit
require
fornokogumbo
is no longer required in the Nokogumbo adapter.See sparklemotion/nokogiri#2204 for details.
In my project, I removed the Nokogumbo gem from the Gemfile and got errors about not being able to find
nokogumbo.rb
. Adding an emptynokogumbo.rb
file did the trick, but perhaps the explicitrequire
should be removed from the adapter file?The text was updated successfully, but these errors were encountered: