Skip to content

Commit 53c90fe

Browse files
authored
Build(deps): Bump noticed from 2.7.1 to 2.8.0 (#900)
Bumps [noticed](https://github.com/excid3/noticed) from 2.7.1 to 2.8.0. <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.8.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/excid3/noticed/compare/v2.7.1...v2.8.0">https://github.com/excid3/noticed/compare/v2.7.1...v2.8.0</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>Unreleased</h3> <ul> <li>Add <code>--bulk</code> option for generating bulk delivery methods</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/excid3/noticed/commit/282d13d65653ca9e56abba266cc0729e2adad439"><code>282d13d</code></a> Version bump</li> <li><a href="https://github.com/excid3/noticed/commit/7fa77433082c433b60d1545e5f4e10dbe56a1ea2"><code>7fa7743</code></a> Add bulk delivery method generator</li> <li>See full diff in <a href="https://github.com/excid3/noticed/compare/v2.7.1...v2.8.0">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.7.1&new-version=2.8.0)](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 0cacb4f + b28430d commit 53c90fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ GEM
300300
base64
301301
faraday (>= 1, < 3)
302302
multi_json
303-
erb (5.0.1)
303+
erb (5.0.2)
304304
erubi (1.13.1)
305305
event_stream_parser (1.0.0)
306306
excon (1.2.7)
@@ -392,7 +392,7 @@ GEM
392392
actionpack (>= 6.0.0)
393393
activesupport (>= 6.0.0)
394394
railties (>= 6.0.0)
395-
io-console (0.8.0)
395+
io-console (0.8.1)
396396
irb (1.15.2)
397397
pp (>= 0.6.0)
398398
rdoc (>= 4.0.0)
@@ -473,9 +473,9 @@ GEM
473473
net-smtp (0.5.1)
474474
net-protocol
475475
nio4r (2.7.4)
476-
nokogiri (1.18.8-x86_64-linux-gnu)
476+
nokogiri (1.18.9-x86_64-linux-gnu)
477477
racc (~> 1.4)
478-
noticed (2.7.1)
478+
noticed (2.8.0)
479479
rails (>= 6.1.0)
480480
optimist (3.2.1)
481481
orm_adapter (0.5.0)
@@ -575,7 +575,7 @@ GEM
575575
ffi (>= 1.0.6)
576576
msgpack (>= 0.4.3)
577577
optimist (>= 3.0.0)
578-
rdoc (6.14.1)
578+
rdoc (6.14.2)
579579
erb
580580
psych (>= 4.0.0)
581581
redis (5.4.0)
@@ -590,7 +590,7 @@ GEM
590590
activemodel (>= 5.0)
591591
reform (>= 2.3.1, < 3.0.0)
592592
regexp_parser (2.10.0)
593-
reline (0.6.1)
593+
reline (0.6.2)
594594
io-console (~> 0.5)
595595
representable (3.2.0)
596596
declarative (< 0.1.0)
@@ -742,7 +742,7 @@ GEM
742742
tins (~> 1.0)
743743
terminal-table (4.0.0)
744744
unicode-display_width (>= 1.1.1, < 4)
745-
thor (1.3.2)
745+
thor (1.4.0)
746746
thread (0.2.2)
747747
thread_safe (0.3.6)
748748
tilt (2.6.0)

0 commit comments

Comments
 (0)