Skip to content

Commit a8a3715

Browse files
Bump noticed from 2.9.3 to 3.0.0
Bumps [noticed](https://github.com/excid3/noticed) from 2.9.3 to 3.0.0. - [Release notes](https://github.com/excid3/noticed/releases) - [Changelog](https://github.com/excid3/noticed/blob/main/CHANGELOG.md) - [Upgrade guide](https://github.com/excid3/noticed/blob/main/UPGRADE.md) - [Commits](excid3/noticed@v2.9.3...v3.0.0) --- updated-dependencies: - dependency-name: noticed dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b57aef commit a8a3715

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gem "resend"
5959
# Push notifications via APNs (iOS) and FCM (Android). Provider integration
6060
# (apnotic + googleauth + initializer with credentials) lands in a follow-up
6161
# PR; this PR scaffolds the model + controller + base notifier only.
62-
gem "noticed", "~> 2.7"
62+
gem "noticed", "~> 3.0"
6363
# Fix LoadError: cannot load such file -- csv
6464
gem "csv", "~> 3.3"
6565

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ GEM
290290
racc (~> 1.4)
291291
nokogiri (1.19.3-x86_64-linux-gnu)
292292
racc (~> 1.4)
293-
noticed (2.9.3)
293+
noticed (3.0.0)
294294
rails (>= 6.1.0)
295295
orm_adapter (0.5.0)
296296
os (1.1.4)
@@ -530,7 +530,7 @@ DEPENDENCIES
530530
minitest-mock
531531
mission_control-jobs
532532
nokogiri (>= 1.12.5)
533-
noticed (~> 2.7)
533+
noticed (~> 3.0)
534534
overcommit
535535
pagy (~> 43)
536536
pg

0 commit comments

Comments
 (0)