Install `web-push` gem

This commit is contained in:
Andreas Nedbal 2024-01-22 23:42:40 +01:00 committed by Andreas Nedbal
parent f9f75838da
commit 6c2314de2d
2 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,7 @@ gem "mini_magick"
gem "oj"
gem "rpush"
gem "rqrcode"
gem "web-push"
gem "rolify", "~> 6.0"

View File

@ -510,6 +510,9 @@ GEM
method_source (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
web-push (3.0.1)
jwt (~> 2.0)
openssl (~> 3.0)
webpush (1.1.0)
hkdf (~> 0.2)
jwt (~> 2.0)
@ -604,6 +607,7 @@ DEPENDENCIES
turbo-rails
twitter-text
view_component
web-push
BUNDLED WITH
2.5.5