Skip to content

Commit

Permalink
Update dependency listen to v3.9.0 (#147)
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 |
|---|---|---|---|---|---|
| [listen](https://togithub.com/guard/listen)
([changelog](https://togithub.com/guard/listen/releases)) | `3.8.0` ->
`3.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/listen/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/listen/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/listen/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/listen/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>guard/listen (listen)</summary>

### [`v3.9.0`](https://togithub.com/guard/listen/releases/tag/v3.9.0)

[Compare
Source](https://togithub.com/guard/listen/compare/v3.8.0...v3.9.0)

- Issue [#&#8203;572](https://togithub.com/guard/listen/issues/572):
make kernel warn configurable -- see README
([#&#8203;579](https://togithub.com/guard/listen/issues/579))
[@&#8203;ColinDKelley](https://togithub.com/ColinDKelley)
[@&#8203;AlexB52](https://togithub.com/AlexB52)
- drop ruby 2.6 and add ruby 3.3 to the test matrix
([#&#8203;578](https://togithub.com/guard/listen/issues/578))
[@&#8203;ColinDKelley](https://togithub.com/ColinDKelley)
- Fix github workflows link in README
([#&#8203;577](https://togithub.com/guard/listen/issues/577))
[@&#8203;hotoolong](https://togithub.com/hotoolong)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 6d2be0b commit 2763373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.15.5)
ffi (1.16.3)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
Expand Down

0 comments on commit 2763373

Please sign in to comment.