Use version of action_push_native with proper config paths support
See https://github.com/rails/action_push_native/pull/89 Now we can delete the OSS version of `config/push.yml`, no longer needed.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ gem "console1984", bc: "console1984"
|
||||
gem "audits1984", bc: "audits1984", branch: "flavorjones/coworker-api"
|
||||
|
||||
# Native push notifications (iOS/Android)
|
||||
gem "action_push_native"
|
||||
gem "action_push_native", github: "rails/action_push_native", branch: "use-registered-config-path"
|
||||
|
||||
# Telemetry
|
||||
gem "rails_structured_logging", bc: "rails-structured-logging"
|
||||
|
||||
Reference in New Issue
Block a user