Skip to content

Commit 87d1c25

Browse files
authored
chore(deps): bump noticed from 2.9.2 to 2.9.3 (#1108)
Bumps [noticed](https://github.com/excid3/noticed) from 2.9.2 to 2.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/excid3/noticed/releases">noticed's releases</a>.</em></p> <blockquote> <h2>v2.9.3</h2> <h2>What's Changed</h2> <ul> <li>Fix Action Push Native silent logic by <a href="https://github.com/djpremier"><code>@​djpremier</code></a> in <a href="https://redirect.github.com/excid3/noticed/pull/560">excid3/noticed#560</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/djpremier"><code>@​djpremier</code></a> made their first contribution in <a href="https://redirect.github.com/excid3/noticed/pull/560">excid3/noticed#560</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/excid3/noticed/compare/v2.9.2...v2.9.3">https://github.com/excid3/noticed/compare/v2.9.2...v2.9.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/excid3/noticed/blob/main/CHANGELOG.md">noticed's changelog</a>.</em></p> <blockquote> <h3>2.9.3</h3> <ul> <li>[Bugfix] Silent was opposite for Action Push Native notifications <a href="https://redirect.github.com/excid3/noticed/issues/560">#560</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/excid3/noticed/commit/654a1f66385989df1a7be0f9effd0a3658be5dd9"><code>654a1f6</code></a> Version bump</li> <li><a href="https://github.com/excid3/noticed/commit/a6fe7ac771d2f60f7e216bb280817c4965a2337c"><code>a6fe7ac</code></a> Fix Action Push Native silent logic (<a href="https://redirect.github.com/excid3/noticed/issues/560">#560</a>)</li> <li>See full diff in <a href="https://github.com/excid3/noticed/compare/v2.9.2...v2.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=noticed&package-manager=bundler&previous-version=2.9.2&new-version=2.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
2 parents eef2ba8 + 9088d62 commit 87d1c25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ GEM
191191
erubi (>= 1.0.0)
192192
rack (>= 0.9.0)
193193
rouge (>= 1.0.0)
194-
bigdecimal (3.2.3)
194+
bigdecimal (3.3.0)
195195
bindex (0.8.1)
196196
binding_of_caller (1.0.1)
197197
debug_inspector (>= 1.2.0)
@@ -463,7 +463,7 @@ GEM
463463
benchmark
464464
logger
465465
mini_mime (1.1.5)
466-
minitest (5.25.5)
466+
minitest (5.26.0)
467467
mobility (1.3.2)
468468
i18n (>= 0.6.10, < 2)
469469
request_store (~> 1.0)
@@ -491,7 +491,7 @@ GEM
491491
racc (~> 1.4)
492492
nokogiri (1.18.10-x86_64-linux-gnu)
493493
racc (~> 1.4)
494-
noticed (2.9.2)
494+
noticed (2.9.3)
495495
rails (>= 6.1.0)
496496
optimist (3.2.1)
497497
orm_adapter (0.5.0)

0 commit comments

Comments
 (0)