Skip to content

Latest ruby version support and dependencies #233

Closed
@sagebomb

Description

@sagebomb

We did not specified active_support, rack, json versions in gemspec and Gemfile, so last update of those gems broke our travis builds, because those gems require ruby >= 2.2.2 and travis configured to run specs on ruby 1.9.3 .. 2.3.

We specified needed versions of dependencies to pass travis' tests on all configured platforms temporarily (see gemspec and Gemfile). But we have to make a choice what to do next: use latest versions of dependencies or support old rubies.

What do you think? :suspect:

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