How to be notified when new Ruby or Rails releases are made?

ruby, ruby-on-rails

Solution

Get the feed from the rails blog. https://rubyonrails.org/feed.xml

Problem

anybody know a way to just get emailed when new versions of Ruby and Rails are released? They have mailing lists and Ruby on Rails has a twitter, but i dont want all the noise that comes with those, i just want to know when a new releases are made, especially ones with security fixes.

Original source