Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rpush from 7.0.1 to 8.0.0 #1858

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 32 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ GEM
mail
faker (3.4.2)
i18n (>= 1.8.11, < 2)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-net_http (3.3.0)
net-http
ffi (1.16.3)
fog-aws (3.25.0)
base64 (~> 0.2.0)
Expand All @@ -202,6 +207,15 @@ GEM
glob (0.4.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-cloud-env (2.2.0)
faraday (>= 1.0, < 3.a)
googleauth (1.11.0)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
haml (6.3.0)
temple (>= 0.8.2)
thor
Expand All @@ -212,8 +226,8 @@ GEM
rainbow
rubocop (>= 1.0)
sysexits (~> 1.1)
hkdf (0.3.0)
http-2 (0.11.0)
http-2 (0.12.0)
base64
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
Expand Down Expand Up @@ -252,6 +266,7 @@ GEM
childprocess (~> 5.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
logger (1.6.1)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -279,6 +294,8 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
nested_form (0.3.2)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-http2 (0.18.5)
Expand All @@ -301,6 +318,7 @@ GEM
ostruct (>= 0.2)
openssl (3.2.0)
orm_adapter (0.5.0)
os (1.1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.4.2)
Expand Down Expand Up @@ -378,16 +396,17 @@ GEM
rolify (6.0.1)
rotp (6.3.0)
rouge (4.1.3)
rpush (7.0.1)
activesupport (>= 5.2)
rpush (8.0.0)
activesupport (>= 5.2, < 7.1.0)
googleauth
jwt (>= 1.5.6)
multi_json (~> 1.0)
net-http-persistent
net-http2 (~> 0.18, >= 0.18.3)
railties
rainbow
thor (>= 0.18.1, < 2.0)
webpush (~> 1.0)
web-push
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
Expand Down Expand Up @@ -470,6 +489,11 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0, < 3)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -493,7 +517,7 @@ GEM
strscan (3.1.0)
sysexits (1.2.0)
temple (0.10.3)
thor (1.3.1)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
tldv (0.1.0)
Expand All @@ -513,6 +537,7 @@ GEM
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
uri (0.13.1)
view_component (3.14.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
Expand All @@ -522,13 +547,10 @@ GEM
web-push (3.0.1)
jwt (~> 2.0)
openssl (~> 3.0)
webpush (1.1.0)
hkdf (~> 0.2)
jwt (~> 2.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand Down
Loading