Skip to content

Commit

Permalink
Merge pull request #40 from 9toon/feature/update-aws-sdk
Browse files Browse the repository at this point in the history
Migrate to aws-sdk v3
  • Loading branch information
winebarrel authored Feb 19, 2019
2 parents 9e9fab7 + 3dfc273 commit 5de8f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/miam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'singleton'
require 'thread'

require 'aws-sdk-core'
require 'aws-sdk-iam'
Aws.use_bundled_cert!

require 'ruby-progressbar'
Expand Down
2 changes: 1 addition & 1 deletion miam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk-core', '>= 2.0.42', '< 3'
spec.add_dependency 'aws-sdk-iam', '~> 1'
spec.add_dependency 'ruby-progressbar'
spec.add_dependency 'parallel'
spec.add_dependency 'term-ansicolor'
Expand Down

0 comments on commit 5de8f7a

Please sign in to comment.