Commit 4f868c5
Fix ConnectionPool.new to use keyword arguments for Ruby 3.4
Ruby 3.4 changed how hash-to-keyword argument conversion works.
Changed from passing a hash as a positional argument to explicit
keyword arguments to ensure compatibility.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a07f022 commit 4f868c5
File tree
1 file changed
+2
-3
lines changed- react_on_rails/lib/react_on_rails/server_rendering_pool
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments