Benoit Daloze
|
689f94552b
|
Add support for Rubinius
* Only works on ubuntu-latest.
|
2020-01-25 16:54:03 +01:00 |
|
Benoit Daloze
|
db2d09d84c
|
Rubinius fails to build the latest json 2.3.0 gem
|
2020-01-25 16:54:00 +01:00 |
|
Benoit Daloze
|
8b354c238c
|
Show OpenSSL version for all platforms in test
|
2020-01-20 22:56:18 +01:00 |
|
Benoit Daloze
|
7f4c88c00b
|
Give credit where credit is due
|
2020-01-19 23:08:30 +01:00 |
|
Benoit Daloze
|
dbac26120b
|
Add support for JRuby on Windows
v1.9.0
|
2020-01-19 22:56:19 +01:00 |
|
Benoit Daloze
|
0f26fedc26
|
Improve error message
|
2020-01-19 22:55:15 +01:00 |
|
Benoit Daloze
|
7da380d64e
|
Add support for Ruby 2.3 on Windows
v1.8.0
|
2020-01-19 18:24:29 +01:00 |
|
Benoit Daloze
|
5f2df8a190
|
Link to the full list of versions on Windows
|
2020-01-19 15:13:03 +01:00 |
|
Benoit Daloze
|
4ff821c778
|
Try to trigger CI on push to branches but not to tags
* Running CI on tag is redundant with the branch push.
* Do not build on pushes to v1 as CI already ran on the master commit before.
v1.7.0
|
2020-01-19 14:46:57 +01:00 |
|
Benoit Daloze
|
34fa48c067
|
Simplify steps descriptions
|
2020-01-19 14:46:57 +01:00 |
|
Benoit Daloze
|
a66a46f031
|
Refactor code to share logic between ruby-install-builder and windows
* Make use of ruby-installer-versions.js to validate the version on Windows.
|
2020-01-19 14:46:57 +01:00 |
|
Benoit Daloze
|
537d9f67b4
|
Add explicit dependency on @actions/exec
|
2020-01-19 14:28:24 +01:00 |
|
Benoit Daloze
|
69599c886c
|
Add a script to generate a list of available version from RubyInstaller
|
2020-01-19 14:28:19 +01:00 |
|
Benoit Daloze
|
247acff66d
|
Remove no longer needed workaround
|
2020-01-19 13:01:02 +01:00 |
|
Benoit Daloze
|
7978ff1579
|
Print the OpenSSL version
v1.6.0
|
2020-01-18 16:42:55 +01:00 |
|
Benoit Daloze
|
30cd88adf9
|
Use the newer builds from ruby-install-builder
* Which uses a newer OpenSSL for Ruby 2.3 on Ubuntu and macOS.
|
2020-01-18 16:36:23 +01:00 |
|
Benoit Daloze
|
7005fbe92a
|
Embed the used tag in this repo for atomic updates
* Avoids stale cached requests for the latest_release.tag file.
* This also ensures reproducible builds for this repository.
|
2020-01-18 16:36:05 +01:00 |
|
Benoit Daloze
|
026be4409b
|
Fix typo in OpenSSL test
|
2020-01-18 14:39:18 +01:00 |
|
Benoit Daloze
|
0ed24c9d6c
|
Use shorter links in README
|
2020-01-17 23:17:26 +01:00 |
|
Benoit Daloze
|
9dab9b8155
|
Use a table for the Supported Platforms
|
2020-01-17 23:14:05 +01:00 |
|
Benoit Daloze
|
69709d16de
|
Simplify the supported versions section
* Do not recommend a specific version syntax, different projects have
different needs. The sample usages below already show the recommendation.
|
2020-01-17 23:01:13 +01:00 |
|
Benoit Daloze
|
ae627f04d2
|
Skip CI when only modifying the README
|
2020-01-17 22:55:24 +01:00 |
|
Benoit Daloze
|
eb85b2a580
|
Use the full repository name as the README title
|
2020-01-17 22:31:38 +01:00 |
|
Benoit Daloze
|
61efe96192
|
Use a single bug tracker for the action
|
2020-01-17 22:30:14 +01:00 |
|
Benoit Daloze
|
7b9c95cc8e
|
Use "the PATH" instead of "$PATH"
* Since $PATH is a Unix-specific syntax.
|
2020-01-17 22:26:52 +01:00 |
|
Benoit Daloze
|
74ac24dec4
|
Add a section about versioning
|
2020-01-17 22:09:58 +01:00 |
|
Benoit Daloze
|
b01832a197
|
Recommend to use eregon/use-ruby-action@v1 in the README
|
2020-01-17 22:00:29 +01:00 |
|
Benoit Daloze
|
66836a17bb
|
Add TruffleRuby 19.3.1
v1.5.0
|
2020-01-15 10:54:10 +01:00 |
|
Benoit Daloze
|
933f496844
|
Add a note about Ruby 2.4 on Windows
* See https://github.com/eregon/ruby-build/pull/1#issuecomment-573237440
|
2020-01-11 00:03:25 +01:00 |
|
Benoit Daloze
|
b3249de963
|
Fix typo
|
2020-01-10 23:07:19 +01:00 |
|
Benoit Daloze
|
2a5386fca2
|
Improve clarity about the key for caching bundle install
|
2020-01-10 23:06:04 +01:00 |
|
Benoit Daloze
|
51f9fc6d8a
|
Show a full example for caching bundle install
* Which should help avoid conflicts with previous caches
* See https://github.com/eregon/use-ruby-action/issues/7
|
2020-01-10 23:00:33 +01:00 |
|
Benoit Daloze
|
0b83c28888
|
Add a note about the workaround for https://github.com/actions/virtual-environments/issues/242
|
2020-01-09 18:16:05 +01:00 |
|
MSP-Greg
|
98c68de273
|
Set CLASSPATH to empty for JRuby
|
2020-01-09 18:15:08 +01:00 |
|
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 |
|