You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.5.1 is an ancient Ruby, from before the "gemification" of standard library gems. During that time, there was no upgrade path via gems for your standard library code. It shipped with your implementation.
So, in the current era, the code being created in the standard library gems does not necessarily support the older versions of Ruby.
It is possible that major package managers will install older Ruby versions instead of the latest release. To use the latest Ruby release, check that the package name matches its version number. Or use a dedicated installer.
So, my advice would be: Avoid either updating that library, or better, try installing and using a newer version of Ruby.
Hi,
I've never seen this error before!
I tried the suggested solutions in the previous thread: #8
But still not updating?
Clean install of Ubuntu 18.04.5 LTS on Vultr.
Ruby version 2.5.1 via sudo apt install ruby.
Any ideas?
The text was updated successfully, but these errors were encountered: