Skip to content

Commit

Permalink
update hash_kit to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Martins committed Mar 9, 2018
1 parent 59d30ec commit 78d6708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamodb_framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'pry'
spec.add_dependency 'hash_kit', '~> 0.5'
spec.add_dependency 'hash_kit', '~> 0.6'
spec.add_dependency 'json'
spec.add_dependency 'aws-sdk-core'
end

0 comments on commit 78d6708

Please sign in to comment.