ruby-builder-bot
55283cc231
Update CRuby releases on Windows
v1.146.0
2023-04-04 17:55:30 +08:00
ruby-builder-bot
904f3fef85
Add ruby-2.7.8,ruby-3.0.6,ruby-3.1.4,ruby-3.2.2
v1.145.0
2023-03-31 23:32:47 +08:00
MSP-Greg
ec02537da5
Lock @actions/cache to 3.0.6, later versions break bundler caching
v1.144.2
2023-03-20 16:55:33 +01:00
Benoit Daloze
089557fc38
Require a public workflow run URL for issues
2023-03-20 16:52:53 +01:00
MSP-Greg
e6689b4deb
Update yarn.lock, remove Windows mswin ssl cert related code
v1.144.1
2023-03-16 18:55:42 +01:00
ruby-builder-bot
9669f3ee51
Add jruby-9.4.2.0
v1.144.0
2023-03-09 22:37:36 +01:00
Benoit Daloze
31a7f6d628
No longer remove the prefix before extraction, extracting should be idempotent
...
* Fixes https://github.com/ruby/setup-ruby/issues/191
v1.143.0
2023-03-05 15:39:16 +01:00
Benoit Daloze
59b5745c73
Use tc.find() with the effective tool cache path
...
* So it finds already-download prebuilt Ruby in the GH-hosted tool cache path
on self-hosted, where $RUNNER_TOOL_CACHE is often different than on GH-hosted.
* See #475 .
* This relies on tc.find() looking up the env var every time:
https://github.com/actions/toolkit/blob/1f4b3fac06/packages/tool-cache/src/tool-cache.ts#L522
v1.142.0
2023-03-05 14:56:02 +01:00
Benoit Daloze
d03a71de6e
Fix tc.find() calls to use the proper name on self-hosted
2023-03-05 14:56:02 +01:00
Benoit Daloze
ddde3938f5
Use the default tool cache path on self-hosted runners matching a GH-hosted runner image
...
* See https://github.com/ruby/setup-ruby/issues/475
* Semantically reverts 377a94bc68
2023-03-05 14:56:02 +01:00
Benoit Daloze
5a73aa9f67
Explain why it was detected as self-hosted
v1.141.0
2023-03-03 18:01:46 +01:00
Benoit Daloze
d01c52ad8b
Add a self-hosted input to force considering the current runner as self-hosted
...
* Since checking for self-hosted is based on guessing as there is
no proper predicate for it in GitHub Actions (AFAIK).
2023-03-03 18:01:46 +01:00
Benoit Daloze
377a94bc68
Consider a different $RUNNER_TOOL_CACHE than the default as a self-hosted runner
...
* Fixes https://github.com/ruby/setup-ruby/issues/242
2023-03-03 18:01:46 +01:00
Benoit Daloze
66dc012cc3
Detect self-hosted runners not matching a GitHub-hosted runner image
...
* And give instructions for that case.
* Get the OS and OS version ourselves since some users set ImageOS incorrectly.
* This partially reverts commit ad1ebae995 .
v1.140.0
2023-03-03 16:33:57 +01:00
Benoit Daloze
2789f85824
Update bug_report.yml
2023-03-03 13:39:36 +01:00
Benoit Daloze
fbb865d04d
Update bug_report.yml
2023-03-03 13:36:11 +01:00
Benoit Daloze
96ac949ea0
Update bug_report.yml
2023-03-03 13:33:53 +01:00
Hiroshi SHIBATA
92aece5fc9
Also removed deprecated ubuntu-18.04
v1.139.0
2023-02-27 19:56:46 +01:00
Hiroshi SHIBATA
db791aad7b
Removed macos-10.15 because it will be removed at 2023-03-31
2023-02-27 19:56:46 +01:00
ruby-builder-bot
d3c9825d67
Update CRuby releases on Windows
v1.138.0
2023-02-14 18:20:01 +01:00
Benoit Daloze
f60ef1e808
Include working directory, $BUNDLE_WITH and $BUNDLE_WITHOUT in cache key
...
* Fixes https://github.com/ruby/setup-ruby/issues/350
* Fixes https://github.com/ruby/setup-ruby/issues/176
v1.137.2
2023-02-11 14:17:29 +01:00
Benoit Daloze
bc4e585e26
Don't show timing on error for clearer error output
v1.137.1
2023-02-11 13:48:39 +01:00
Benoit Daloze
2cf593d66b
Don't group bundle install output
...
* So any error from Bundler is immediately shown.
* Some users do not realize they should expand the group apparently.
2023-02-11 13:45:25 +01:00
Benoit Daloze
a26e1fb6b3
Do not show a stacktrace if a process failed, only the message
...
* The stacktrace is confusing and rarely useful in that case.
2023-02-11 13:39:22 +01:00
ruby-builder-bot
4d060a10e6
Add ruby-3.2.1
v1.137.0
2023-02-09 18:20:44 +00:00
ruby-builder-bot
77fe3b48b7
Add jruby-9.4.1.0
v1.136.0
2023-02-08 10:26:25 +00:00
ruby-builder-bot
8df78e5576
Add jruby-9.3.10.0
v1.135.0
2023-02-06 12:43:15 +00:00
ruby-builder-bot
b8e62b879e
Add truffleruby-22.3.1,truffleruby+graalvm-22.3.1
2023-01-24 19:23:27 +01:00
Benoit Daloze
d60780f6b6
Simplify new-versions.rb
2023-01-24 19:15:59 +01:00
Benoit Daloze
8aa012b56d
Debug new-versions.rb
2023-01-24 19:12:32 +01:00
Benoit Daloze
628be4e0e4
Fix new-versions.rb
2023-01-24 19:10:46 +01:00
MSP-Greg
ee26e27437
Updates for Windows MSYS2 update to OpenSSL 3
v1.134.0
2023-01-21 18:22:09 +01:00
Benoit Daloze
93287a1fa8
Revert "Export BUNDLER_VERSION after installing Bundler"
...
* This reverts commit 3190662165 .
* It causes other issues such as https://github.com/ruby/setup-ruby/issues/444
due to creating additional global state.
* The use-case it solves is too niche to risk such issues,
using `bundler-cache: true` avoids the problem.
* See https://github.com/ruby/setup-ruby/issues/444#issuecomment-1377723414
v1.133.2
2023-01-10 20:17:22 +01:00
Benoit Daloze
3190662165
Export BUNDLER_VERSION after installing Bundler
...
* Fixes https://github.com/ruby/setup-ruby/issues/440
v1.133.1
2023-01-06 12:50:46 +01:00
Benoit Daloze
eb7f94ffae
Consider Bundler pre and rc versions valid, just exclude .dev
...
* Fixes https://github.com/ruby/setup-ruby/issues/439
2023-01-06 12:49:10 +01:00
Benoit Daloze
ad718faf7a
Break long line in workflow
2022-12-30 15:59:58 +01:00
Benoit Daloze
09c10210cc
Implement targetRubyVersion for TruffleRuby
...
* Fixes #433
v1.133.0
2022-12-30 15:55:07 +01:00
Lars Kanis
f78d71faf4
Add RubyInstaller-3.2.0-1 for Windows
v1.132.0
2022-12-30 15:39:39 +01:00
MSP-Greg
fe42d0e73b
Windows - updates for using OpenSSL 3 in Ruby 3.2 & head
2022-12-30 14:40:10 +01:00
David Rodríguez
8a6667e214
Reenable fixed RubyGems test
...
Use the same Ruby as the previous test, since it's very related, but
use a newer RubyGems to force the upgrade case.
2022-12-26 13:56:15 +01:00
Piotr Murach
03b78bdda2
Fix automatic bundler installation on JRuby 9.2
v1.131.0
2022-12-25 20:06:54 +01:00
David Rodríguez
5fe1a6694c
Respect explicit user's choice
2022-12-25 19:28:37 +01:00
David Rodríguez
bb3a0553d5
Bundler higher than ~> 2.4.0 will require Ruby 3.0 or later
2022-12-25 19:28:37 +01:00
ruby-builder-bot
02c9cccf0e
Add ruby-3.2.0
v1.130.0
2022-12-25 14:08:20 +01:00
Hiroshi SHIBATA
8d6236c5db
Bundler-2.4 requires Ruby 2.6 or later.
v1.129.0
2022-12-24 23:31:20 +01:00
ruby-builder-bot
4b2d1d631e
Update CRuby releases on Windows
v1.128.0
2022-12-21 20:16:13 +01:00
Benoit Daloze
349473288f
Update platforms docs
...
* No need to duplicate docs about which is *-latest here.
2022-12-19 12:35:28 +01:00
Konstantin Filtschew
846173692d
ubuntu-latest is now 22.04
...
According to GitHub Blog ubuntu-latest is now 22.04.
see: https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/
2022-12-19 12:30:52 +01:00
kojix2
9d93e96fe7
Update README.md
...
Added example of using the latest stable version of ruby
Related to #364
2022-12-13 12:21:40 +01:00
Benoit Daloze
ee2113536a
Test 3.2 RCs
v1.127.0
2022-12-06 07:08:21 -06:00