From e5b2d1fb1e9b21b4947f5aa8a1de9294a76c84a1 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 7 Nov 2021 15:20:29 +0100 Subject: [PATCH] Document how to add a new Ruby version --- CONTRIBUTING.md | 4 ++++ dist/index.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c00c411..39bdb00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,3 +19,7 @@ It is recommended to add this as a `git` `pre-commit` hook: ```bash $ cp pre-commit .git/hooks/pre-commit ``` + +## Adding a new Ruby version + +Add the new version in `ruby-builder-versions.js` and update the README. diff --git a/dist/index.js b/dist/index.js index 4e77d28..4f1a518 100644 --- a/dist/index.js +++ b/dist/index.js @@ -58781,7 +58781,7 @@ function getVersions(platform) { ], "jruby": [ "9.1.17.0", - "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "9.2.14.0", "9.2.15.0", "9.2.16.0", "9.2.17.0", "9.2.18.0", "9.2.19.0", + "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "9.2.14.0", "9.2.15.0", "9.2.16.0", "9.2.17.0", "9.2.18.0", "9.2.19.0", "9.2.20.0", "9.3.0.0", "9.3.1.0", "head" ],