41 Commits
Author SHA1 Message Date
Benoit Daloze 4c25e810ed All 33 Ruby versions between 2.3.0 and 2.7.0 are now supported v1.4.0 2020-01-09 00:12:16 +01:00
Benoit Daloze 2127b4bb68 All Ruby versions between 2.4.0 and 2.6.5 are now supported 2020-01-08 22:47:25 +01:00
MSP-Greg 626b752912 Correct Windows MSYS2 paths 2020-01-08 22:41:06 +01:00
Benoit Daloze 819c372fe9 Install Bundler 1 on Windows for Ruby < 2.6 without Bundler 2020-01-08 22:15:01 +01:00
Benoit Daloze 268389d93d Use Bundler 1 for Rubies which don't already ship Bundler (< 2.6) 2020-01-08 21:55:11 +01:00
Benoit Daloze 92bcdc74f7 Link to the actions/cache example for Bundler caching 2020-01-07 22:11:59 +01:00
Benoit Daloze 5ee96a474a Keep documentation about the version syntax in one place v1.3.0 2020-01-06 22:11:28 +01:00
Benoit Daloze a61be15bff Read from .ruby-version if version is unset or set to '.ruby-version'
* Fixes https://github.com/eregon/use-ruby-action/issues/4
2020-01-06 22:00:45 +01:00
Benoit Daloze b339f321d1 Run lint in CI 2020-01-06 22:00:30 +01:00
Benoit Daloze 73ad84b99b Document about Bundler 2020-01-05 23:34:38 +01:00
Benoit Daloze 565ac51b83 Check that Bundler works 2020-01-05 23:26:03 +01:00
Benoit Daloze f06c4d9ab7 Install Bundler if needed on Windows 2020-01-05 23:21:44 +01:00
Benoit Daloze 5adac4fda6 Check that Bundler is installed 2020-01-05 23:20:09 +01:00
Benoit Daloze 3c644cf2fc Better error if MSYS2 is missing v1.2.0 2020-01-05 19:47:18 +01:00
Benoit Daloze 101f62de1d Add support for Windows 2020-01-05 19:33:14 +01:00
Benoit Daloze 9432c89d1a Recommend the short version syntax
* It's safer long-term and ensures to use the latest release with the most bug fixes.
2020-01-05 13:11:27 +01:00
Benoit Daloze 4c00b61136 Simplify the README 2020-01-05 13:03:07 +01:00
Benoit Daloze d49a90aea9 tmp 2020-01-05 13:02:10 +01:00
Benoit Daloze 1d7622c155 Use a consistent ordering for JRuby and TruffleRuby 2020-01-05 13:00:17 +01:00
Benoit Daloze a90d45f642 Improve the README 2020-01-05 12:55:52 +01:00
Benoit Daloze d9cd49386b Add support for Ruby 2.3
* Fixes https://github.com/eregon/use-ruby-action/issues/3
2020-01-05 12:50:37 +01:00
Benoit Daloze 7d189e2075 Improve error message when a version is not available 2020-01-04 16:18:37 +01:00
Benoit Daloze 77cddd78e4 Use unquoted versions as they work fine and are more concise
* More consistent with the platform.
v1.1.0
2020-01-03 14:17:02 +01:00
Benoit Daloze 7375b1fba0 No need to quote the platform 2020-01-03 14:09:37 +01:00
Benoit Daloze 0c2ef9d00c Polish the README 2020-01-03 14:07:39 +01:00
Benoit Daloze 02a916e783 Support short version syntax 2020-01-03 14:03:19 +01:00
Benoit Daloze 83e66a9c15 Use yarn instead of npm, to make run lint work 2020-01-03 14:03:19 +01:00
Benoit Daloze d4d232f50e Add an example for testing against all stable versions
* Test it in CI too.
2020-01-02 22:58:57 +01:00
Benoit Daloze b8d447ba75 Fill action.yml v1.0.0 2020-01-02 21:57:47 +01:00
Benoit Daloze ba0d1c89da Use the latest release files from ruby-install-builder 2020-01-02 21:19:11 +01:00
Benoit Daloze 04659807c0 Link to ruby-install-builder 2020-01-02 19:56:19 +01:00
Benoit Daloze 5e0c503709 Use a stable link for the list of versions 2020-01-02 19:50:55 +01:00
Benoit Daloze 3725e310cf Make the release link more future-proof 2020-01-02 16:59:39 +01:00
Benoit Daloze 2eb854e1c3 Clarify supported runners in the README 2020-01-02 16:15:42 +01:00
Benoit Daloze a669bed6a4 Extract function to get the Ruby engine and version 2020-01-02 16:15:42 +01:00
Benoit Daloze 3f99912f55 Automatically find the latest stable version 2020-01-02 16:15:42 +01:00
Benoit Daloze ec43599b3f Remove direct workflow to lessen CI load
* Also the action is becoming more flexible now.
2020-01-02 15:51:05 +01:00
Benoit Daloze 179e85affc Get started 2020-01-01 16:54:25 +01:00
Benoit Daloze a2c514c40d Update generated files 2020-01-01 16:54:25 +01:00
Benoit Daloze 428fa106ea Add test manually downloading the built ruby 2020-01-01 13:32:15 +01:00
Benoit Daloze 775a4e4019 Initial commit 2020-01-01 12:39:26 +01:00