rapidftr / tracker

The Issue Tracker for RapidFTR
2 stars 3 forks source link

Replace Hpricot with Nokogiri #142

Open sferik opened 10 years ago

sferik commented 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.

rdsubhas commented 10 years ago

Sounds good! Adding the necessary labels & milestones...