Benoit Daloze
|
87ccb7599f
|
Workaround the CRuby bug of bin/bundle in bash on Windows
* Fixes https://github.com/ruby/setup-ruby/issues/371
* See https://bugs.ruby-lang.org/issues/18970
v1.115.2
|
2022-08-20 16:14:03 +02:00 |
|
Benoit Daloze
|
19b31c7064
|
Test that bundle is available in the bash shell
|
2022-08-20 16:04:04 +02:00 |
|
dependabot[bot]
|
a1396b7d70
|
Bump @actions/core from 1.7.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.7.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
v1.115.1
|
2022-08-19 13:14:10 +02:00 |
|
ruby-builder-bot
|
5ece9850ad
|
Add jruby-9.3.7.0
v1.115.0
|
2022-08-17 18:08:13 +02:00 |
|
Benoit Daloze
|
6148f408d3
|
Test on ubuntu-22.04
v1.114.0
|
2022-08-06 16:55:13 +02:00 |
|
Benoit Daloze
|
699560a00d
|
Support all versions on Ubuntu 22.04
|
2022-08-06 16:54:03 +02:00 |
|
Benoit Daloze
|
8b5af312bd
|
Fix permissions of release job
|
2022-07-29 18:24:39 +02:00 |
|
Benoit Daloze
|
d5ee2364f0
|
Ensure Bundler 2.2+ is used for all Rubies which support Bundler 2 (Ruby >= 2.3)
v1.113.3
|
2022-07-29 18:16:42 +02:00 |
|
Benoit Daloze
|
8731780d5e
|
Remove extra condition
|
2022-07-29 18:16:42 +02:00 |
|
Benoit Daloze
|
3882fb634e
|
Test gem github: in a Gemfile
|
2022-07-29 18:16:42 +02:00 |
|
Benoit Daloze
|
d6ebfae201
|
Use read-only permissions for the test workflow
|
2022-07-27 19:16:35 +02:00 |
|
neilnaveen
|
3325fe2d4e
|
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
|
2022-07-27 19:15:28 +02:00 |
|
Benoit Daloze
|
e8f04a3cee
|
Use latest Bundler on CRuby 2.6 and 2.7 as their default Bundler is too old
v1.113.2
|
2022-07-26 21:55:37 +02:00 |
|
Benoit Daloze
|
bb1d54ff77
|
Use a new cache version
* To make sure existing caches based on latest Bundler are not reused.
v1.113.1
|
2022-07-26 21:17:48 +02:00 |
|
Benoit Daloze
|
4e1189c53d
|
Use the Bundler shipped with that Ruby by default
* Fixes https://github.com/ruby/setup-ruby/issues/358
v1.113.0
|
2022-07-26 20:57:23 +02:00 |
|
Benoit Daloze
|
a54c48c94b
|
TruffleRuby 22.2 supports OpenSSL 3
v1.112.0
|
2022-07-26 15:40:56 +02:00 |
|
ruby-builder-bot
|
cb55cb0ce4
|
Add truffleruby-22.2.0
|
2022-07-26 15:39:50 +02:00 |
|
ruby-builder-bot
|
08245253a7
|
Add jruby-9.3.6.0
v1.111.0
|
2022-06-28 12:20:18 +02:00 |
|
ruby-builder-bot
|
51df335734
|
Add jruby-9.2.21.0
|
2022-06-28 12:16:09 +02:00 |
|
Benoit Daloze
|
c4167d16b3
|
Link to JRuby on Windows issues
|
2022-06-26 14:06:55 +02:00 |
|
Benoit Daloze
|
d97cd77c44
|
Create FUNDING.yml
|
2022-06-25 12:00:01 +02:00 |
|
Benoit Daloze
|
706bae07c5
|
Tweak no version found error message
* So it ends with "Use ruby/setup-ruby@v1" which seems to be what some
people miss.
|
2022-06-21 11:03:22 +02:00 |
|
Benoit Daloze
|
2489e28c66
|
Use actions/checkout@v3 in workflows
|
2022-05-31 11:17:28 +02:00 |
|
Hiroshi SHIBATA
|
d20d4c5fed
|
Merge pull request #342 from kojix2/kojix2-patch1
Update README.md
|
2022-05-21 12:15:57 +09:00 |
|
kojix2
|
ad637dce55
|
Update README.md
|
2022-05-21 11:33:18 +09:00 |
|
Benoit Daloze
|
8029ebd6e5
|
Cleanup
v1.110.0
|
2022-05-17 18:24:10 +02:00 |
|
MSP-Greg
|
356354c8aa
|
Actions - show vcpkg list for mswin
|
2022-05-17 18:24:10 +02:00 |
|
MSP-Greg
|
be54de855e
|
Windows mswin - install vcpkg archive with required Ruby packages, cert
|
2022-05-17 18:24:10 +02:00 |
|
MSP-Greg
|
cd4241788a
|
MSP-Greg/setup-msys2-gcc -> ruby/setup-msys2-gcc, rmdirSync -> rmSync
v1.109.0
|
2022-05-16 12:23:31 +02:00 |
|
MSP-Greg
|
3c76dcfa76
|
Update packages - @vercel/ncc, semver
semver was major update, but mostly refactor and dropping compatibility with old node versions
|
2022-05-16 12:23:31 +02:00 |
|
Benoit Daloze
|
a7439cf424
|
Add support for macos-12
v1.108.0
|
2022-05-16 12:08:36 +02:00 |
|
Benoit Daloze
|
b9675e15ad
|
Use quotes consistently for Ruby versions in docs
* To avoid issues from https://github.com/actions/runner/issues/849
|
2022-05-15 13:26:47 +02:00 |
|
Benoit Daloze
|
57a3395c80
|
Support some Rubies on ubuntu-22.04
v1.107.0
|
2022-05-15 13:05:40 +02:00 |
|
Benoit Daloze
|
296bf7f67a
|
Use an explicit list of supported platforms for nicer error messages
|
2022-05-15 12:21:30 +02:00 |
|
Yutaka Kamei
|
e92b7971f0
|
Update Node.js from v12 to v16
According to the release policy of Node.js,
Node.js v12 reached EOL (end-of-life).
https://nodejs.org/en/about/releases/
I think ruby/setup-ruby is ready to update Node.js to v16
because GitHub Actions runners support v16.
https://github.com/actions/runner/issues/772
v1.106.0
|
2022-05-10 11:19:53 +02:00 |
|
Hiroshi SHIBATA
|
b2e1b33839
|
Merge pull request #329 from jwillemsen/patch-1
Updated README.md
|
2022-05-07 16:47:06 +09:00 |
|
Johnny Willemsen
|
645077fe5e
|
Updated README.md
windows-latest is now windows-2022
|
2022-05-07 09:02:14 +02:00 |
|
Benoit Daloze
|
301d3e0984
|
Make it clear what is supported
|
2022-05-04 18:11:45 +02:00 |
|
MSP-Greg
|
8c72644a0b
|
Windows mswin - use vsWhere instead of vssetup.powershell (much faster)
v1.105.0
|
2022-05-02 20:51:22 +02:00 |
|
MSP-Greg
|
d02b65e726
|
Actions - add windows-2022 mswin job
|
2022-05-02 20:51:22 +02:00 |
|
MSP-Greg
|
d246303ba7
|
Windows mswin - use ucrt64 tools instead of mingw64
|
2022-05-02 20:51:22 +02:00 |
|
MSP-Greg
|
d78e94b867
|
Windows mswin - update addVCVARSEnv
|
2022-05-02 20:51:22 +02:00 |
|
MSP-Greg
|
793715001d
|
package.json and yarn.lock
|
2022-05-02 20:51:22 +02:00 |
|
Benoit Daloze
|
69fe46858b
|
Use implicit defaults for most inputs so the GitHub Actions UI shows only the set options
v1.104.1
|
2022-05-02 20:39:45 +02:00 |
|
Benoit Daloze
|
dcbc29fae9
|
Shorten test descriptions
|
2022-05-02 20:31:14 +02:00 |
|
Benoit Daloze
|
3f53c4ecc2
|
Add tests
|
2022-05-02 20:23:57 +02:00 |
|
Benoit Daloze
|
9b993bc63c
|
Use the given Bundler 1.x version if supplied on old Rubies
* Fixes https://github.com/ruby/setup-ruby/issues/327
|
2022-05-02 20:15:42 +02:00 |
|
Benoit Daloze
|
d6a695ac2a
|
Do not install Bundler if RubyGems was updated
* Updating RubyGems will install Bundler as a side effect.
* Fixes https://github.com/ruby/setup-ruby/issues/326
|
2022-05-02 19:39:53 +02:00 |
|
ruby-builder-bot
|
e404913b05
|
Add ruby-3.2.0-preview1
v1.104.0
|
2022-05-01 12:44:33 +02:00 |
|
ruby-builder-bot
|
eb938a806e
|
Add truffleruby-22.1.0
v1.103.0
|
2022-04-26 16:44:11 +02:00 |
|