Update dependency version for active_model_serializers

Using Alpha1 breaks when adding a `has_one` relation and the relation is not set, throwing an error of `TypeError - no implicit conversion of nil into Array`
This commit is contained in:
Daniel Ochoa 2014-10-02 10:30:39 -05:00
parent 56121ad6d1
commit 1625bd2603

View file

@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.licenses = ['MIT']
gem.add_dependency "grape", "~> 0.3"
gem.add_dependency "active_model_serializers", ">= 0.9.0.alpha1"
gem.add_dependency "active_model_serializers", ">= 0.9.0"
gem.add_development_dependency "rspec"
gem.add_development_dependency "rack-test"