lib/dpl/provider/elastic_beanstalk.rb in dpl-1.8.42.travis.2248.5 vs lib/dpl/provider/elastic_beanstalk.rb in dpl-1.8.42.travis.2257.5

- old
+ new

@@ -3,10 +3,10 @@ module DPL class Provider class ElasticBeanstalk < Provider experimental 'AWS Elastic Beanstalk' - requires 'aws-sdk', version: '< 3.0' + requires 'aws-sdk', version: '~> 2.0' requires 'rubyzip', :load => 'zip' DEFAULT_REGION = 'us-east-1' def needs_key?