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
Benoit Daloze
ee37499046
Fix README auto update for preview/RC
2022-12-06 07:08:21 -06:00
ruby-builder-bot
a5e2883296
Add ruby-3.2.0-rc1
2022-12-06 07:08:21 -06:00
Benoit Daloze
705fe056cf
Improve wording
2022-12-06 05:33:15 -06:00
Hiroshi SHIBATA
8e7720ca42
virtual-environment has been renamed
2022-12-06 05:33:15 -06:00
Benoit Daloze
7a0bff23cb
Disable failing test on old Ruby version
...
* See https://github.com/ruby/setup-ruby/issues/405
2022-11-25 17:20:21 +01:00
ruby-builder-bot
c7079efafd
Add ruby-2.7.7,ruby-3.0.5
v1.126.0
2022-11-25 17:14:51 +01:00
Benoit Daloze
384fc1b92f
Make new version script accept multiple versions
2022-11-25 16:34:19 +01:00
ruby-builder-bot
0a6498048c
Add ruby-3.1.3
2022-11-24 20:23:06 +01:00
ruby-builder-bot
de6f5b9c34
Add jruby-9.4.0.0
v1.125.0
2022-11-23 23:00:18 +01:00