Commit 0614946
committed
Replace Ruby 3.3.0 with 3.3.1 in test matrix
Ruby 3.3.0 introduced a regression [Bug #20090](https://bugs.ruby-lang.org/issues/20090) that incorrectly flags
anonymous parameter forwarding in blocks as a syntax error, even in
unambiguous cases. This breaks Rails 8.1's `ActionView::CaptureHelper`
which uses `yield(*, **)` inside a block.
The bug was fixed and backported to Ruby 3.3.1, making it safe to use
Rails 8.1 with Ruby 3.3.1+.1 parent 37b0f1b commit 0614946
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments