From 339cddd0abb64d942405f1bbf63c8eeb17978b5f Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 18 Feb 2022 18:09:56 +0100 Subject: [PATCH] Update CONTRIBUTING.md about new versions --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4738704..c187914 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,5 @@ $ cp pre-commit .git/hooks/pre-commit ## Adding a new Ruby version -Add the new version in `ruby-builder-versions.json`, -then follow the steps above in [Regenerating dist/index.js](#regenerating-distindexjs) to update `dist/index.js`. -Finally, update the "Supported Versions" section of the README if needed. +This is entirely automated now since [this issue](https://github.com/ruby/setup-ruby/issues/254). +If you do not see a new version more than 24 hours after it was released feel free to file an issue.