Skip to content

Commit c9376a6

Browse files
Bump noticed from 1.6.3 to 2.2.2
Bumps [noticed](https://github.com/excid3/noticed) from 1.6.3 to 2.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: noticed dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c223a96 commit c9376a6

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gem 'ransack'
8484
gem 'simple_command'
8585

8686
# Notifications for Ruby on Rails applications
87-
gem 'noticed', '< 2.0'
87+
gem 'noticed', '< 3.0'
8888

8989
# Centralization of locale data collection for Ruby on Rails.
9090
gem 'rails-i18n'

Gemfile.lock

+4-15
Original file line numberDiff line numberDiff line change
@@ -270,16 +270,9 @@ GEM
270270
nokogiri (~> 1.0)
271271
hashids (1.0.6)
272272
high_voltage (3.1.2)
273-
http (5.2.0)
274-
addressable (~> 2.8)
275-
base64 (~> 0.1)
276-
http-cookie (~> 1.0)
277-
http-form_data (~> 2.2)
278-
llhttp-ffi (~> 0.5.0)
279273
http-accept (1.7.0)
280274
http-cookie (1.0.5)
281275
domain_name (~> 0.5)
282-
http-form_data (2.3.0)
283276
httparty (0.22.0)
284277
csv
285278
mini_mime (>= 1.0.0)
@@ -297,7 +290,7 @@ GEM
297290
activesupport (>= 3.0)
298291
nokogiri (>= 1.6)
299292
io-console (0.7.2)
300-
irb (1.13.0)
293+
irb (1.13.1)
301294
rdoc (>= 4.0.0)
302295
reline (>= 0.4.2)
303296
jbuilder (2.12.0)
@@ -340,9 +333,6 @@ GEM
340333
listen (3.9.0)
341334
rb-fsevent (~> 0.10, >= 0.10.3)
342335
rb-inotify (~> 0.9, >= 0.9.10)
343-
llhttp-ffi (0.5.0)
344-
ffi-compiler (~> 1.0)
345-
rake (~> 13.0)
346336
loofah (2.22.0)
347337
crass (~> 1.0.2)
348338
nokogiri (>= 1.12.0)
@@ -388,9 +378,8 @@ GEM
388378
nio4r (2.7.1)
389379
nokogiri (1.16.4-x86_64-linux)
390380
racc (~> 1.4)
391-
noticed (1.6.3)
392-
http (>= 4.0.0)
393-
rails (>= 5.2.0)
381+
noticed (2.2.2)
382+
rails (>= 6.1.0)
394383
openssl (3.2.0)
395384
order_as_specified (1.7)
396385
activerecord (>= 5.0.0)
@@ -631,7 +620,7 @@ DEPENDENCIES
631620
mailjet
632621
mini_racer
633622
mixin_bot!
634-
noticed (< 2.0)
623+
noticed (< 3.0)
635624
order_as_specified
636625
pagy
637626
pando_bot

0 commit comments

Comments
 (0)