Skip to content

Commit

Permalink
update aws-sdk gem to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zagaynov committed Sep 21, 2018
1 parent ccd73f9 commit 404c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-amazon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,lib}/**/*"]

s.add_dependency("aws-sdk", ["~>2.9.7"])
s.add_dependency("aws-sdk", ["~> 3.0"])

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit 404c1be

Please sign in to comment.