diff --git a/notification-pusher/notification-pusher-onesignal/Gemfile.lock b/notification-pusher/notification-pusher-onesignal/Gemfile.lock index 0880f9cc9..b783eff18 100644 --- a/notification-pusher/notification-pusher-onesignal/Gemfile.lock +++ b/notification-pusher/notification-pusher-onesignal/Gemfile.lock @@ -8,22 +8,6 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.1.5) - actionpack (= 7.1.5) - activesupport (= 7.1.5) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (7.1.5) - actionpack (= 7.1.5) - activejob (= 7.1.5) - activerecord (= 7.1.5) - activestorage (= 7.1.5) - activesupport (= 7.1.5) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp actionmailer (7.1.5) actionpack (= 7.1.5) actionview (= 7.1.5) @@ -44,13 +28,6 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.5) - actionpack (= 7.1.5) - activerecord (= 7.1.5) - activestorage (= 7.1.5) - activesupport (= 7.1.5) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) actionview (7.1.5) activesupport (= 7.1.5) builder (~> 3.1) @@ -66,12 +43,6 @@ GEM activemodel (= 7.1.5) activesupport (= 7.1.5) timeout (>= 0.4.0) - activestorage (7.1.5) - actionpack (= 7.1.5) - activejob (= 7.1.5) - activerecord (= 7.1.5) - activesupport (= 7.1.5) - marcel (~> 1.0) activesupport (7.1.5) base64 benchmark (>= 0.3) @@ -108,8 +79,9 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.8.1) - language_server-protocol (3.17.0.3) + json (2.10.1) + language_server-protocol (3.17.0.4) + lint_roller (1.1.0) logger (1.6.1) loofah (2.23.1) crass (~> 1.0.2) @@ -119,7 +91,6 @@ GEM net-imap net-pop net-smtp - marcel (1.0.4) method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.7) @@ -134,7 +105,6 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -147,7 +117,7 @@ GEM notification-handler (= 3.0.3) one_signal (1.2.2) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pry (0.14.2) @@ -163,20 +133,11 @@ GEM rack (>= 1.3) rackup (2.2.0) rack (>= 3) - rails (7.1.5) - actioncable (= 7.1.5) - actionmailbox (= 7.1.5) - actionmailer (= 7.1.5) - actionpack (= 7.1.5) - actiontext (= 7.1.5) - actionview (= 7.1.5) - activejob (= 7.1.5) - activemodel (= 7.1.5) - activerecord (= 7.1.5) - activestorage (= 7.1.5) - activesupport (= 7.1.5) - bundler (>= 1.15.0) - railties (= 7.1.5) + rails (0.9.5) + actionmailer (>= 0.6.1) + actionpack (>= 1.4.0) + activerecord (>= 1.6.0) + rake (>= 0.4.15) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -196,7 +157,7 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.10.0) reline (0.5.11) io-console (~> 0.5) rspec-core (3.13.2) @@ -216,17 +177,18 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.73.0) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.35.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.38.1) parser (>= 3.3.1.0) rubocop-rspec (3.2.0) rubocop (~> 1.61) @@ -239,10 +201,9 @@ GEM timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) - websocket-driver (0.7.6) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) zeitwerk (2.6.18) PLATFORMS