Commit df171be
Add
Recently there have been some issues in Ruby head with binstubs. The
following output is from
https://github.com/ruby/ruby-dev-builder/actions/runs/15884945465/job/44794519509:
Like to add `test-unit` to the CLI test, and having a version option
makes for a simple check.
```
Run ruby test_files/cli_test.rb
───── CLI Test ─────────────────
bundle ✅ 2.7.0.dev
gem ✅ 3.7.0.dev
irb ✅ 1.15.2
racc ✅ 1.8.1
rake ✅ 13.3.0
rbs ❌ missing binstub
rdbg ❌ missing binstub
rdoc ✅ 6.14.1
ruby 3.5.0dev (2025-06-25T17:13:11Z :detached: a1996b32a9) +PRISM [x86_64-linux]
bad exit
Error: Process completed with exit code 1.
```
Co-authored-by: Sutou Kouhei <kou@clear-code.com>--version cli option (#314)1 parent 572b28a commit df171be
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
| |||
0 commit comments