Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Night's Watch
-
1
-
Enhancement
-
Removes our dependency on SortedSet in preparation for supporting Ruby 3
-
Needs Assessment
Description
Ruby 3 has removed sorted_set from the core and exposes it as an external gem.
In puppet, we use it to store the versions of a package. This can be safely replaced by an Array.