File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
Misc:
16
16
17
+ - [ #2055 ] ( https://github.com/rails-api/active_model_serializers/pull/2055 )
18
+ Replace deprecated dependency jsonapi with jsonapi-renderer. (@jaredbeck )
17
19
- [ #2021 ] ( https://github.com/rails-api/active_model_serializers/pull/2021 ) Make test attributes explicit. Tests have Model#associations. (@bf4 )
18
20
- [ #1981 ] ( https://github.com/rails-api/active_model_serializers/pull/1981 ) Fix relationship link documentation. (@groyoh )
19
21
- [ #2035 ] ( https://github.com/rails-api/active_model_serializers/pull/2035 ) Document how to disable the logger. (@MSathieu )
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ Gem::Specification.new do |spec|
42
42
# 'minitest'
43
43
# 'thread_safe'
44
44
45
- spec . add_runtime_dependency 'jsonapi' , '0.1.1.beta6'
45
+ # TODO: Latest jsonapi-renderer is 0.1.2
46
+ spec . add_runtime_dependency 'jsonapi-renderer' , '0.1.1.beta1'
46
47
spec . add_runtime_dependency 'case_transform' , '>= 0.2'
47
48
48
49
spec . add_development_dependency 'activerecord' , rails_versions
You can’t perform that action at this time.
0 commit comments