Bug #35462
Tracker #32684: Ruby 3.0 support
Depend on RSS gem for Ruby 3
Difficulty:
Triaged:
Yes
Description
Starting Ruby 3 the rss gem became a bundled gem, meaning it needs to be specified as an explicit dependency (like in the Gemfile).
Associated revisions
History
#1
Updated by The Foreman Bot 6 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9328 added
#2
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/theforeman/foreman/pull/9440 added
#3
Updated by The Foreman Bot 4 months ago
- Fixed in Releases 3.6.0 added
#4
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|1f5980de589bf25d3a47092dfd37dc3f6072991c.
#5
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Triaged changed from No to Yes
Fixes #35462 - Depend on the rss gem (#9440)
Ruby 3.0 has moved rss from a default gem to a bundled gem. This means
it must be specified as a dependency.