Commit d43a071
committed
(BOLT-1585) Fix bug for Psych support
The intended logic for deterining the correct invocation of the Psych method was flawed such that the "legacy" function invocation was always used. When the new Psych version shipped with ruby 3, the positional parameter is no longer supported. This commit updates the logic to correctly determine if the named argument is available in the Psych class.1 parent 2b45b47 commit d43a071
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments