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 Apr 23, 2021. It is now read-only.
json 2 is pretty much required now for full JSON RFC compliance and compatibility with ruby 2.4.
Most rails gems now support either 1.8 or 2.0.
Keeping the ceiling at 1.8 is preventing us from upgrading other gems and to ruby 2.4/2.5 versions. Can we be bit more generous with json dependency? This is similar to: Azure/autorest#476
Ruby 2.5 ships with json 2.1 and, Ruby 2.4 ships with json 2.0.x.
It would be better to skip the dependency altogether or support higher versions.