Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Allow upgrade to Ruby 2.4 and JSON 2 #36

@v-kumar

Description

@v-kumar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions