mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-14 15:04:20 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2b2637a7c | ||
|
|
e5b2d1fb1e |
@@ -19,3 +19,7 @@ It is recommended to add this as a `git` `pre-commit` hook:
|
|||||||
```bash
|
```bash
|
||||||
$ cp pre-commit .git/hooks/pre-commit
|
$ 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.
|
||||||
|
|||||||
+1
-1
@@ -58781,7 +58781,7 @@ function getVersions(platform) {
|
|||||||
],
|
],
|
||||||
"jruby": [
|
"jruby": [
|
||||||
"9.1.17.0",
|
"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",
|
"9.3.0.0", "9.3.1.0",
|
||||||
"head"
|
"head"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export function getVersions(platform) {
|
|||||||
],
|
],
|
||||||
"jruby": [
|
"jruby": [
|
||||||
"9.1.17.0",
|
"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",
|
"9.3.0.0", "9.3.1.0",
|
||||||
"head"
|
"head"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user