chore: Switch to web-push gem (#6390)

- The previous gem, `webpush` was last updated a while ago. Also, with the recent ruby upgrade, we needed a fix for zaru/webpush#106. Hence switching to the `web-push` gem where the issues are fixed.
This commit is contained in:
Sojan Jose
2023-02-03 18:55:22 +05:30
committed by GitHub
parent 46eeee7d92
commit 38aee8d9ea
5 changed files with 15 additions and 24 deletions

View File

@@ -107,12 +107,7 @@ gem 'sidekiq-cron', '~> 1.3'
##-- Push notification service --##
gem 'fcm'
# Ref: https://github.com/mastodon/mastodon/pull/18449
# ref: https://github.com/zaru/webpush/pull/106
# lets switch to web-push gem once the above PR is merged
# https://github.com/zaru/webpush/pull/106#issuecomment-1342925261
gem 'webpush', git: 'https://github.com/ClearlyClaire/webpush.git', ref: 'f14a4d52e201128b1b00245d11b6de80d6cfdcd9'
gem 'web-push'
##-- geocoding / parse location from ip --##
# http://www.rubygeocoder.com/