Skip to content

Commit

Permalink
Fix aws-sdk-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Jul 4, 2015
1 parent 7485f7f commit 252bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miam.gemspec
Expand Up @@ -20,7 +20,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.1'
spec.add_dependency 'aws-sdk-core', '>= 2.0.42'
spec.add_dependency 'ruby-progressbar'
spec.add_dependency 'parallel'
spec.add_dependency 'term-ansicolor'
Expand Down

0 comments on commit 252bb08

Please sign in to comment.