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 1414
1515Misc:
1616
17+ - [ #2055 ] ( https://github.com/rails-api/active_model_serializers/pull/2055 )
18+ Replace deprecated dependency jsonapi with jsonapi-renderer. (@jaredbeck )
1719- [ #2021 ] ( https://github.com/rails-api/active_model_serializers/pull/2021 ) Make test attributes explicit. Tests have Model#associations. (@bf4 )
1820- [ #1981 ] ( https://github.com/rails-api/active_model_serializers/pull/1981 ) Fix relationship link documentation. (@groyoh )
1921- [ #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|
4242 # 'minitest'
4343 # 'thread_safe'
4444
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'
4647 spec . add_runtime_dependency 'case_transform' , '>= 0.2'
4748
4849 spec . add_development_dependency 'activerecord' , rails_versions
You can’t perform that action at this time.
0 commit comments