Skip to content

Bump database_consistency from 3.0.5 to 3.0.9 - #455

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/database_consistency-3.0.9
Open

Bump database_consistency from 3.0.5 to 3.0.9#455
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/database_consistency-3.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps database_consistency from 3.0.5 to 3.0.9.

Changelog

Sourced from database_consistency's changelog.

[3.0.9] - 2026/08/05

  • Fix NumericalityConstraintChecker to skip numericality validators without a range option (e.g. bare numericality: true), since no CHECK constraint can express them.

[3.0.8] - 2026/07/28

  • Fix NumericalityConstraintChecker false positives for attributes that have validators but no numericality validator. Thanks panteo for reporting this in #309!

[3.0.7] - 2026/07/26

  • Add NumericalityConstraintChecker to detect numericality validators without matching DB CHECK constraints. Thanks Chedli Bourguiba for reporting this in #181!

[3.0.6] - 2026/07/19

  • Add PolymorphicAssociationNullabilityChecker to detect polymorphic associations whose foreign key and type columns have mismatched null constraints. Thanks JSap0914 for implementing this!
  • Improved MissingIndexChecker and MissingUniqueIndexChecker with proper combination of allow_nil/allow_blank and conditions. Thanks Alfonso Uceda for fixing this!
Commits
  • 42fbbc9 Release v3.0.9
  • d2fddf9 Skip numericality validators without a range option (#311)
  • 2c4ff02 Release v3.0.8
  • 5936593 Fix NumericalityConstraintChecker false positives on non-numerical validators...
  • 5391e1f Release v3.0.7
  • 0bd5287 Add NumericalityConstraintChecker for numericality validators vs DB CHECK...
  • 758320d Release v3.0.6
  • ca33f9e Update changelog
  • 63c5554 Partial unique index matching with allow_nil conditions is corrected (#304)
  • dae1514 Add polymorphic association nullability checker (#307)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [database_consistency](https://github.com/djezzzl/database_consistency) from 3.0.5 to 3.0.9.
- [Changelog](https://github.com/djezzzl/database_consistency/blob/master/CHANGELOG.md)
- [Commits](djezzzl/database_consistency@v3.0.5...v3.0.9)

---
updated-dependencies:
- dependency-name: database_consistency
  dependency-version: 3.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants