From 051c161d20d6977c7a81773373a6a7a991c7b8bd Mon Sep 17 00:00:00 2001 From: Soumya Ray Date: Tue, 2 Jan 2018 15:48:21 +0800 Subject: [PATCH] bugfix: Require Aws gem for messaging infrastructure --- infrastructure/messaging/queue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/messaging/queue.rb b/infrastructure/messaging/queue.rb index b2a3d35..1961f8e 100644 --- a/infrastructure/messaging/queue.rb +++ b/infrastructure/messaging/queue.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require 'aws-sdk-sqs' + module CodePraise module Messaging ## Queue wrapper for AWS SQS