Netflix / fast_jsonapi

No Longer Maintained - A lightning fast JSON:API serializer for Ruby Objects.
Apache License 2.0
5.07k stars 425 forks source link

Issue with accessor with a proc shortcut in ruby 3.0 #478

Closed andiskiy closed 2 years ago

andiskiy commented 2 years ago

when I write like this attribute :foo, &:bar, I get an error wrong number of arguments (given 2, expected 1). This is due to the arity of Proc, Lamda in here. Please, fix it.

ChrisHampel commented 2 years ago

This library is no longer maintained by Netflix, it is now maintained by the community at https://github.com/jsonapi-serializer/jsonapi-serializer as stated in the Read Me. This issue is fixed there.