Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency shoulda-matchers to v6.2.0 (#151)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [shoulda-matchers](https://matchers.shoulda.io) ([source](https://togithub.com/thoughtbot/shoulda-matchers), [changelog](https://togithub.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)) | `6.1.0` -> `6.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/shoulda-matchers/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/shoulda-matchers/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/shoulda-matchers/6.1.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/shoulda-matchers/6.1.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>thoughtbot/shoulda-matchers (shoulda-matchers)</summary> ### [`v6.2.0`](https://togithub.com/thoughtbot/shoulda-matchers/blob/HEAD/CHANGELOG.md#620---2024-03-15) [Compare Source](https://togithub.com/thoughtbot/shoulda-matchers/compare/v6.1.0...v6.2.0) ##### Bug fixes - Allow beginless and endless ranges in validates_inclusion_of by [@​pjpires](https://togithub.com/pjpires) ([#​1615]) - Ensure uniqueness validation matcher works with STI by [@​matsales28](https://togithub.com/matsales28) ([#​1610]) ##### Features - Add `against` method in allow_value matcher by [@​EduardoSCosta](https://togithub.com/EduardoSCosta) ([#​1543]) - Add support for `strict_loading` option in association matchers by [@​rhannequin](https://togithub.com/rhannequin) and [@​laicuRoot](https://togithub.com/laicuRoot) ([#​1607]) - Add `have_delegated_type` matcher by [@​matsales28](https://togithub.com/matsales28) ([#​1606]) - Add support for `foreign_type` qualifier on `AssociationMatcher` by [@​matsales28](https://togithub.com/matsales28) ([#​1609]) ##### Improvements - Lazy load `ActionController` and `Routing` matchers for `ActionController::TestCase` by [@​ilianah](https://togithub.com/ilianah) ([#​1613]) - Call dynamic-readme reusable workflow by [@​stefannibrasil](https://togithub.com/stefannibrasil) ([#​1617]) - Update dependencies by [@​matsales28](https://togithub.com/matsales28) ([#​1611]) - Fix inline documentation for `is_greater_than` in `validate_comparison_of` matcher by [@​jeduardo824](https://togithub.com/jeduardo824) ([#​1616]) - Fix forgotten colon in documentation by [@​hotoolong](https://togithub.com/hotoolong) ([#​1612]) [#​1543]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1543 [#​1606]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1606 [#​1607]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1607 [#​1609]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1609 [#​1610]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1610 [#​1611]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1611 [#​1612]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1612 [#​1613]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1613 [#​1615]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1615 [#​1616]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1616 [#​1617]: https://togithub.com/thoughtbot/shoulda-matchers/pull/1617 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/power-web-development-interview). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information