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 8691fb8 commit a6b11bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazon_ssa_support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } - %w[console setup]
spec.require_paths = ["lib"]

spec.add_dependency "aws-sdk", "~>2.9.7"
spec.add_dependency "aws-sdk", "~> 3.0"
spec.add_dependency "log_decorator", "~> 0.1"
spec.add_dependency "manageiq-gems-pending", "~> 0"
spec.add_dependency "manageiq-smartstate", "~> 0.2"
Expand Down

0 comments on commit a6b11bf

Please sign in to comment.