Skip to content

Commit

Permalink
Bump noticed from 1.6.3 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [noticed](https://github.com/excid3/noticed) from 1.6.3 to 2.4.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@v1.6.3...v2.4.0)

---
updated-dependencies:
- dependency-name: noticed
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent ffd1f37 commit b70d20a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gem 'ransack'
gem 'simple_command'

# Notifications for Ruby on Rails applications
gem 'noticed', '< 2.0'
gem 'noticed', '< 3.0'

# Centralization of locale data collection for Ruby on Rails.
gem 'rails-i18n'
Expand Down
37 changes: 13 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aes_key_wrap (1.1.0)
after_commit_everywhere (1.4.0)
activerecord (>= 4.2)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
faye-websocket (0.11.3)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -273,16 +273,9 @@ GEM
nokogiri (~> 1.0)
hashids (1.0.6)
high_voltage (3.1.2)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
http-form_data (2.3.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
Expand All @@ -300,7 +293,7 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.7.2)
irb (1.13.1)
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
Expand Down Expand Up @@ -354,9 +347,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -381,15 +371,15 @@ GEM
mini_portile2 (2.8.6)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.23.1)
minitest (5.24.0)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.12)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -407,9 +397,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
noticed (1.6.3)
http (>= 4.0.0)
rails (>= 5.2.0)
noticed (2.4.0)
rails (>= 6.1.0)
openssl (3.2.0)
order_as_specified (1.7)
activerecord (>= 5.0.0)
Expand All @@ -434,12 +423,12 @@ GEM
railties (>= 7.0.0)
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
rack (3.1.3)
rack (3.1.4)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.2)
Expand Down Expand Up @@ -613,7 +602,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.4.3)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
x86_64-linux
Expand Down Expand Up @@ -659,7 +648,7 @@ DEPENDENCIES
mailjet
mini_racer
mixin_bot!
noticed (< 2.0)
noticed (< 3.0)
order_as_specified
pagy
pando_bot
Expand Down

0 comments on commit b70d20a

Please sign in to comment.