rails / jbuilder

Jbuilder: generate JSON objects with a Builder-style DSL
MIT License
4.34k stars 438 forks source link

Replace deprecated `ProxyObject` with `BasicObject` #563

Closed Earlopain closed 6 months ago

Earlopain commented 6 months ago

It has been deprecated in https://github.com/rails/rails/pull/51638

Note that ProxyObject defines the raise method. So it must now be called explicitly from Kernel since BasicObject doesn't do that.