mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
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:
parent
56121ad6d1
commit
1625bd2603
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue