diaspora/diaspora

ruby 2.7 is end of life

tchernobog opened this issue · 0 comments

Trying to install the required ruby version 2.7.7 (or 2.7.8, which has some security fixes) via rbenv shows:

Installing ruby-2.7.8...

WARNING: ruby-2.7.8 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.

Indeed, looking at https://endoflife.date/ruby shows that EOL for Ruby 2.7 was reached on March 31st, 2023.

This means that #8369 requires fixing in the immediate future, or diaspora will depend on potentially unsafe ruby versions.