Skip to content

Commit 3551d3f

Browse files
committed
Store the available Ruby versions in this repository
* That way it's always perfectly synchronized with the action. In practice querying another repository sometimes returned a stale copy. * Avoids an extra HTTPS request. * The axios dependency is no longer needed. * Makes it possible to tweak the versions available according to the platform.
1 parent 07160f6 commit 3551d3f

8 files changed

+211
-3441
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Rubinius is only available on `ubuntu-latest`.
3434

3535
The prebuilt rubies are generated by [eregon/ruby-install-builder](https://github.com/eregon/ruby-install-builder)
3636
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
37-
The full list of available Ruby versions can be seen at [versions.json](https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json)
38-
for Ubuntu and macOS and at [windows-versions.js](https://github.com/eregon/use-ruby-action/blob/master/windows-versions.js) for Windows.
37+
The full list of available Ruby versions can be seen in [ruby-install-builder-versions.js](ruby-install-builder-versions.js)
38+
for Ubuntu and macOS and in [windows-versions.js](windows-versions.js) for Windows.
3939

4040
## Usage
4141

0 commit comments

Comments
 (0)