Commit eeb3333
Update psych requirement from ~> 3 to ~> 5 (#140)
* Update psych requirement from ~> 3 to ~> 5
Updates the requirements on [psych](https://github.com/ruby/psych) to permit the latest version.
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v3.0.0...v5.1.2)
---
updated-dependencies:
- dependency-name: psych
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: expand YAML anchors/aliases in .standard_todo.yml for psych 5 compatibility
psych 5 disables YAML alias parsing by default (Psych::AliasesNotEnabled).
Standard loads this file with Psych.load_file without aliases: true, so any
YAML anchor/alias in the file causes a crash. Expand the &modelgen_common
anchor into explicit cop lists for each affected file.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fixup! fix: expand YAML anchors/aliases in .standard_todo.yml for psych 5 compatibility
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Okada <yukihiro.okada@treasure-data.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2fde3f2 commit eeb3333
2 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
0 commit comments