We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a287588 commit 27a84d0Copy full SHA for 27a84d0
dynamoid.gemspec
@@ -61,8 +61,10 @@ Gem::Specification.new do |s|
61
s.rubygems_version = "1.8.24"
62
s.summary = "Dynamoid is an ORM for Amazon's DynamoDB"
63
64
- s.add_runtime_dependency(%q<active_model_serializers>)
+
65
s.add_runtime_dependency(%q<activemodel>, [">= 4"])
66
+ s.add_runtime_dependency(%q<active_model_serializers>)
67
+ s.add_runtime_dependency(%q<activemodel-serializers-xml>)
68
s.add_runtime_dependency(%q<aws-sdk-resources>, ["~> 2"])
69
s.add_runtime_dependency(%q<concurrent-ruby>, [">= 1.0"])
70
s.add_development_dependency(%q<rake>, [">= 0"])
0 commit comments