Commit 660aab3
Fix YAML alias parsing in RSpec bundler tests
Enable alias parsing in YAML.load_file to support shakapacker.yml
which uses YAML anchors (&default) and aliases (<<: *default).
This fixes Psych::AliasesNotEnabled errors in CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 84311cc commit 660aab3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments