jsonapi-swagger icon indicating copy to clipboard operation
jsonapi-swagger copied to clipboard

Fix invalid keyword arguments on ruby 3

Open pingortle opened this issue 2 years ago • 0 comments

This fixes where the generator attempts to call I18n.t(key, params) where params is a hash while I18n.t[ranslate] expects kwargs. Support for this behavior was removed in ruby 3.

See also #12

pingortle avatar Feb 25 '22 15:02 pingortle