You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
When running tests on a project depending on json_builder some warnings are raised:
This is because with a recent rake (>=11.0), ruby warnings are now on by default.
What do you think about fixing this warning as well as running the spec suite with
ruby -w/$VERBOSE = true/t.warning = true(or bumping rake) ?