Skip to content

Commit

Permalink
Pin aws-sdk-dynamodb to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jun 26, 2018
1 parent 1f3793a commit acf35a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamoid.gemspec
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activemodel', '>=4'
spec.add_runtime_dependency 'aws-sdk-dynamodb', '~> 1'
spec.add_runtime_dependency 'aws-sdk-dynamodb', '1.8.0'
spec.add_runtime_dependency 'concurrent-ruby', '>= 1.0'

spec.add_development_dependency 'appraisal'
Expand Down

0 comments on commit acf35a7

Please sign in to comment.