Skip to content

Commit 8f166b1

Browse files
dadachiclaude
andauthored
Upgrade noticed to v3 (#69)
The only breaking change in noticed 3.0.0 is dropping Rails 6.1 support; this app runs Rails 8.1. The notifier API used by ItemTagNotifier (deliver_by, notification_methods, config.devices/format) is unchanged. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9bd3e49 commit 8f166b1

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)