Skip to content

Commit

Permalink
Merge pull request forward3d#76 from venturehacks/master
Browse files Browse the repository at this point in the history
Allow using aws-sdk v3
  • Loading branch information
dlahn authored Feb 5, 2018
2 parents 1eff9fc + cf3c9ed commit 3cd13af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cap-ec2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"

spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_dependency "aws-sdk", ">= 2.0"
spec.add_dependency "capistrano", ">= 3.0"
spec.add_dependency "terminal-table"
spec.add_dependency "colorize"
Expand Down

0 comments on commit 3cd13af

Please sign in to comment.