mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Merge pull request #2055 from jaredbeck/patch-2
jsonapi is deprecated, just use jsonapi-renderer
This commit is contained in:
commit
00fc1fe3c7
@ -14,6 +14,8 @@ Fixes:
|
|||||||
|
|
||||||
Misc:
|
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)
|
- [#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)
|
- [#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)
|
- [#2035](https://github.com/rails-api/active_model_serializers/pull/2035) Document how to disable the logger. (@MSathieu)
|
||||||
|
|||||||
@ -42,7 +42,8 @@ Gem::Specification.new do |spec|
|
|||||||
# 'minitest'
|
# 'minitest'
|
||||||
# 'thread_safe'
|
# '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_runtime_dependency 'case_transform', '>= 0.2'
|
||||||
|
|
||||||
spec.add_development_dependency 'activerecord', rails_versions
|
spec.add_development_dependency 'activerecord', rails_versions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user