That was a very surprising finding when I switched my app to Ruby3+ version.
Even though it is a major version upgrade but still..
Removal of Core data type from stdlib that's been there for at least 10 years(since 1.9.3?) looks weird.
Was there any compelling reason I'm not aware of?
The error that it raises:
"The
SortedSet
class has been extracted from theset
library. You must use thesorted_set
gem or other alternatives."