rails / jbuilder

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

Fix warnings and prevent Jbuilder::VERSION constant from being obliterated #574

Open pixeltrix opened 1 month ago

pixeltrix commented 1 month ago

Fixes the following warnings:

Some warnings remain about gem loading but they appear to be upstream issues.

Also fixes bin/test to use the correct path for the env command and adds Rails 7.2 to the Appraisals file.