Cannot build ruby 2.5, 2.6, 2.7 and 3.0 on Ubuntu
My random nerd notes
Since Ubuntu 22.04, old Ruby versions like 2.5, 2.6, 2.7 and 3.0 cannot be compiled because they rely on OpenSSL 1.1 and it has been replaced by version 3. So, if you try to install those versions using rvm, you’ll get an error that something is deprecated: Since OpenSSL 3.0. But we can build...