earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

Fix JSON parsing warnings #587

Closed MisterMartin closed 1 year ago

MisterMartin commented 1 year ago

I can't believe that we haven't noticed this before.

All of the JSON parsing results in a log warning: /usr/local/bundle/gems/json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated. This messages are being generated by the thousands on the busier CHORDS sites.

It seems that there are two possible fixes for this:

MisterMartin commented 1 year ago

Fixed in f5b289e.