Created by: dependabot-preview[bot]
Bumps shoulda-matchers from 4.3.0 to 4.4.0.
Release notes
Sourced from shoulda-matchers's releases.
v4.4.0
Features
Add an
ignoring_check_for_db_indexqualifier to thehave_secure_tokenmatcher, sincehas_secure_tokenencourages use of an index but does not enforce it. (#1278)Add
allow_blanktovalidate_length_ofto match other validation matchers. (#725, #1318)Add new matcher
have_implicit_order_columnwhich can be used to test theimplicit_order_columnsetting for ActiveRecord models under Rails 6+. (#1243)Add a new
is_other_thanqualifier tovalidate_numericality_ofto be able to test the numericality validation's:other_thanoption. (#1282)Add a new
have_one_attachedandhave_many_attachedmatchers for testing the new model-level ActiveStorage macros in Rails 6. (#1102)#1278: thoughtbot/shoulda-matchers#1278 #725: thoughtbot/shoulda-matchers#725 #1318: thoughtbot/shoulda-matchers#1318 #1243: thoughtbot/shoulda-matchers#1243 #1282: thoughtbot/shoulda-matchers#1282 #1102: thoughtbot/shoulda-matchers#1102
Bug fixes
Fix performance of
allow_valueso that it doesn't hang if the given value is really long. (#1290)Fix
have_manyso that it is possible to test an association that has a scope that takes an argument. (#952, #992)Update
validate_uniqueness_ofto use the publicvalidators_oninstead of the private_validatorswhen reading validations off of a model. This enables shoulda-matchers to be used with the [schema_validations] gem. (#995)Update
validate_uniqueness_ofto work with scopes that aretimecolumns. (#1190)Fix
have_and_belong_to_manyso that when using thejoin_tablequalifier you can pass a symbol rather than a string. (#1323)#1290: thoughtbot/shoulda-matchers#952 #952: thoughtbot/shoulda-matchers#952 #992: thoughtbot/shoulda-matchers#992 [schema_validations]: https://github.com/SchemaPlus/schema_validations
Changelog
Sourced from shoulda-matchers's changelog.
4.4.0 - 2020-08-25
Bug fixes
Fix performance of
allow_valueso that it doesn't hang if the given value is really long. (#1290)Fix
have_manyso that it is possible to test an association that has a scope that takes an argument. (#952, #992)Update
validate_uniqueness_ofto use the publicvalidators_oninstead of the private_validatorswhen reading validations off of a model. This enables shoulda-matchers to be used with the [schema_validations] gem. (#995)Update
validate_uniqueness_ofto work with scopes that aretimecolumns. (#1190)Fix
have_and_belong_to_manyso that when using thejoin_tablequalifier you can pass a symbol rather than a string. (#1323)#1290: thoughtbot/shoulda-matchers#952 #952: thoughtbot/shoulda-matchers#952 #992: thoughtbot/shoulda-matchers#992 [schema_validations]: https://github.com/SchemaPlus/schema_validations #995: thoughtbot/shoulda-matchers#995 #1190: thoughtbot/shoulda-matchers#1190 #1323: thoughtbot/shoulda-matchers#1323
Features
Add an
ignoring_check_for_db_indexqualifier to thehave_secure_tokenmatcher, sincehas_secure_tokenencourages use of an index but does not enforce it. (#1278)Add
allow_blanktovalidate_length_ofto match other validation matchers. (#725, #1318)Add new matcher
have_implicit_order_columnwhich can be used to test theimplicit_order_columnsetting for ActiveRecord models under Rails 6+. (#1243)Add a new
is_other_thanqualifier tovalidate_numericality_ofto be able to test the numericality validation's:other_thanoption. (#1282)Add a new
have_one_attachedandhave_many_attachedmatchers for testing the new model-level ActiveStorage macros in Rails 6. (#1102)#1278: thoughtbot/shoulda-matchers#1278 #725: thoughtbot/shoulda-matchers#725
Commits
-
c8cd836Release v4.4.0 -
e7dde36Add have_attached_matcher to the Readme -
781bfcaUpdate CHANGELOG -
ce78101Use autoloading instead of requiring all files up front -
bd13becBe consistent with order of headers in changelog -
d1be1f7Update CHANGELOG -
6a0e436Remove warnings that fail the build -
412ea1fUse warnings_logger instead of warnings_spy -
ef82150word_wrap: fix Ruby 2.7 warning -
97b9701Use Ruby 2.7 for development and CI - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)