Actions
Bug #37159
closedGet rid of unmaintained anemone
Description
Ohai,
we're using anemone in one place: https://github.com/Katello/katello/blob/45be62a32668da4d8029983642a57e828e8babe5/app/lib/katello/repo_discovery.rb#L158-L181
However- anemone is dead upstream: https://github.com/chriskite/anemone (last commit 2012)
- probably broken on Ruby 3.0+: https://github.com/chriskite/anemone/pull/94
- the medusa fork is dead too: https://github.com/brutuscat/medusa (archived, last commit 2020)
- the medusa-crawler rewrite is also dead: https://github.com/brutuscat/medusa-crawler (last commit 2020)
can we please replace anemone with something modern? maybe in our case plain nokogiri would be sufficient?
Actions