1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #34908 from robzolkos/fix-actionmailbox-json

Bring in all of aws-sdk-sns if using Amazon ingress
This commit is contained in:
George Claghorn 2019-01-09 19:20:57 -05:00 committed by GitHub
commit 3c10edcfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ module ActionMailbox
def self.prepare
self.verifier ||= begin
require "aws-sdk-sns/message_verifier"
require "aws-sdk-sns"
Aws::SNS::MessageVerifier.new
end
end