mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
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:
7
Gemfile
7
Gemfile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user