Skip to content

Commit

Permalink
Pin aws-sdk to '~> 2.6.32' for CodeDeploy
Browse files Browse the repository at this point in the history
aws-sdk 3.0.0.rc1 has incorrect dependency.
See aws/aws-sdk-ruby#1356
  • Loading branch information
BanzaiMan committed Dec 6, 2016
1 parent 2df5901 commit 1cdd924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpl/provider/code_deploy.rb
Expand Up @@ -3,7 +3,7 @@
module DPL
class Provider
class CodeDeploy < Provider
requires 'aws-sdk', pre: true
requires 'aws-sdk', pre: true, version: '~> 2.6.32'

def code_deploy
@code_deploy ||= Aws::CodeDeploy::Client.new(code_deploy_options)
Expand Down

0 comments on commit 1cdd924

Please sign in to comment.