From 2e7a7384ab2e3415d76aeaaffa0ac4a7e25607fb Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 14 Jul 2025 17:22:07 -0500 Subject: [PATCH] Add gems for web push --- Gemfile | 2 ++ Gemfile.lock | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index 61515a304..32596d5aa 100644 --- a/Gemfile +++ b/Gemfile @@ -31,6 +31,8 @@ gem "actiontext-lexical", bc: "actiontext-lexical" gem "image_processing", "~> 1.14" gem "platform_agent" gem "aws-sdk-s3", require: false +gem "web-push" +gem "net-http-persistent" # 37id and Queenbee integration gem "signal_id", bc: "signal_id", branch: "rails4" diff --git a/Gemfile.lock b/Gemfile.lock index bcd197099..90016d233 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,6 +370,8 @@ GEM mysql2 (0.5.6) net-http (0.6.0) uri + net-http-persistent (4.0.6) + connection_pool (~> 2.2, >= 2.2.4) net-imap (0.5.9) date net-protocol @@ -394,6 +396,7 @@ GEM racc (~> 1.4) nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) + openssl (3.3.0) ostruct (0.6.2) parallel (1.27.0) parser (3.3.8.0) @@ -558,6 +561,9 @@ GEM useragent (0.16.11) vcr (6.3.1) base64 + web-push (3.0.2) + jwt (~> 3.0) + openssl (~> 3.0) webmock (3.25.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -598,6 +604,7 @@ DEPENDENCIES mission_control-jobs mocha mysql2 + net-http-persistent platform_agent portfolio (>= 4.6)! propshaft @@ -625,6 +632,7 @@ DEPENDENCIES tiktoken_ruby turbo-rails vcr + web-push webmock BUNDLED WITH