Skip to content

Commit

Permalink
Update dependency shoulda-matchers to v6.2.0 (#151)
Browse files Browse the repository at this point in the history
[![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
[@&#8203;pjpires](https://togithub.com/pjpires) ([#&#8203;1615])
- Ensure uniqueness validation matcher works with STI by
[@&#8203;matsales28](https://togithub.com/matsales28) ([#&#8203;1610])

##### Features

- Add `against` method in allow_value matcher by
[@&#8203;EduardoSCosta](https://togithub.com/EduardoSCosta)
([#&#8203;1543])
- Add support for `strict_loading` option in association matchers by
[@&#8203;rhannequin](https://togithub.com/rhannequin) and
[@&#8203;laicuRoot](https://togithub.com/laicuRoot) ([#&#8203;1607])
- Add `have_delegated_type` matcher by
[@&#8203;matsales28](https://togithub.com/matsales28) ([#&#8203;1606])
- Add support for `foreign_type` qualifier on `AssociationMatcher` by
[@&#8203;matsales28](https://togithub.com/matsales28) ([#&#8203;1609])

##### Improvements

- Lazy load `ActionController` and `Routing` matchers for
`ActionController::TestCase` by
[@&#8203;ilianah](https://togithub.com/ilianah) ([#&#8203;1613])
- Call dynamic-readme reusable workflow by
[@&#8203;stefannibrasil](https://togithub.com/stefannibrasil)
([#&#8203;1617])
- Update dependencies by
[@&#8203;matsales28](https://togithub.com/matsales28) ([#&#8203;1611])
- Fix inline documentation for `is_greater_than` in
`validate_comparison_of` matcher by
[@&#8203;jeduardo824](https://togithub.com/jeduardo824) ([#&#8203;1616])
- Fix forgotten colon in documentation by
[@&#8203;hotoolong](https://togithub.com/hotoolong) ([#&#8203;1612])

[#&#8203;1543]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1543

[#&#8203;1606]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1606

[#&#8203;1607]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1607

[#&#8203;1609]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1609

[#&#8203;1610]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1610

[#&#8203;1611]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1611

[#&#8203;1612]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1612

[#&#8203;1613]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1613

[#&#8203;1615]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1615

[#&#8203;1616]:
https://togithub.com/thoughtbot/shoulda-matchers/pull/1616

[#&#8203;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
renovate[bot] authored Mar 18, 2024
1 parent bc47ebc commit b847f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
ffi (1.16.3)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -128,7 +128,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
minitest (5.22.3)
msgpack (1.7.2)
mysql2 (0.5.6)
net-imap (0.3.7)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
shoulda-matchers (6.1.0)
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down

0 comments on commit b847f2e

Please sign in to comment.