Commit df39fd3
committed
Ruby workflow enhancements
- checkout@v3 uses a deprecated Node.js v16 runtime and should be
updated to v4
- Ruby 3.3 (not 3.2) is the latest stable Ruby, so update setup-ruby to
use v3.3
- We have multiple public Ruby repos that have `Gemfile.lock`
intentionally ignored by Git, but FOSSA wants that file so
autogenerate it running `bundle lock` where appropriate
- Do not run `bundle lock` if a lock file already exists
- Handle multiple `Gemfile` locations (the NR Ruby agent has 2)
- Ignore the `test/` and `spec/` directories1 parent 294983c commit df39fd3
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
29 | 42 | | |
30 | 43 | | |
0 commit comments