Sam Ford 2f827242aa
bump: compare newer_than_upstream values to true
When `Enumerable#all?` is called without an argument, it should check
whether values are truthy but it doesn't appear to work as expected
for the `newer_than_upstream` hash. In this case,
`{ general: false }.all?` returns `true` when it seemingly should
return `false`. This is preventing autobump from opening PRs for new
versions, so I've updated related `all?` calls to use a block with an
explicit comparison to `true` as a workaround to fix autobump in the
immediate term.
2025-09-08 13:00:32 -04:00
..
2025-08-05 17:13:42 -04:00
2025-08-12 17:04:15 -04:00
2025-06-17 16:34:19 +01:00
2025-05-08 13:41:11 -07:00
2025-08-22 14:33:20 +01:00
2025-08-04 13:11:15 -07:00
2025-09-02 15:55:09 +08:00