Merge pull request #2055 from jaredbeck/patch-2

jsonapi is deprecated, just use jsonapi-renderer
This commit is contained in:
Benjamin Fleischer 2017-02-19 20:34:44 -06:00 committed by GitHub
commit 00fc1fe3c7
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,8 @@ Fixes:
Misc:
- [#2055](https://github.com/rails-api/active_model_serializers/pull/2055)
Replace deprecated dependency jsonapi with jsonapi-renderer. (@jaredbeck)
- [#2021](https://github.com/rails-api/active_model_serializers/pull/2021) Make test attributes explicit. Tests have Model#associations. (@bf4)
- [#1981](https://github.com/rails-api/active_model_serializers/pull/1981) Fix relationship link documentation. (@groyoh)
- [#2035](https://github.com/rails-api/active_model_serializers/pull/2035) Document how to disable the logger. (@MSathieu)

View File

@ -42,7 +42,8 @@ Gem::Specification.new do |spec|
# 'minitest'
# 'thread_safe'
spec.add_runtime_dependency 'jsonapi', '0.1.1.beta6'
# TODO: Latest jsonapi-renderer is 0.1.2
spec.add_runtime_dependency 'jsonapi-renderer', '0.1.1.beta1'
spec.add_runtime_dependency 'case_transform', '>= 0.2'
spec.add_development_dependency 'activerecord', rails_versions