Ruby Past End of Life
Closed this issue · 2 comments
mgbvox commented
This is on an iMac High Sierra, ca 2018.
When running 'rbenv install 2.2.3' in the Terminal I get:
'WARNING: ruby-2.2.3 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.'
Presumably this means we should be using a newer version of ruby. What version should we use, if any? What is the correct terminal command to use? And can y'all update the installation git?
prusswan commented
Try Ruby 2.2.8. You can also try Ruby 2.4.x but I am not sure if the course
materials have been updated to support it, it should not require too much
changes however.
…On Mon, Jul 30, 2018, 5:08 AM Matthew Billman ***@***.***> wrote:
This is on an iMac High Sierra, ca 2018.
When running 'rbenv install 2.2.3' in the Terminal I get:
'WARNING: ruby-2.2.3 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.'
Presumably this means we should be using a newer version of ruby. What
version should we use, if any? What is the correct terminal command to use?
And can y'all update the installation git?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApA4lpg7YqJooX5eB2I4lRu4GJjJ1bGks5uLiRogaJpZM4VlkW9>
.
kalmanh commented
2.2.8 and 2.4 should both be fine for the course