Open sferik opened 10 years ago
To quote the official description of Hpricot on GitHub:
Hpricot has ended. Please consider an alternative like Nokogiri.
Hpricot is unmaintained and hasn’t been updated since January 2012. Nokogiri, on the other hand, is well maintained, with the latest release shipping this morning.
In RapidFTR, Hpricot is only used in the specs, so it should be relatively easy to replace without risking production issues.
Moreover, Nokogiri is already a dependency of Capybara and Cucumber, so using it will not require adding a new test dependency to the project.
Sounds good! Adding the necessary labels & milestones...
To quote the official description of Hpricot on GitHub:
Hpricot is unmaintained and hasn’t been updated since January 2012. Nokogiri, on the other hand, is well maintained, with the latest release shipping this morning.
In RapidFTR, Hpricot is only used in the specs, so it should be relatively easy to replace without risking production issues.
Moreover, Nokogiri is already a dependency of Capybara and Cucumber, so using it will not require adding a new test dependency to the project.