Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 2.7.x support (update json to 2.3.x) #1225

Open
BanzaiMan opened this issue Nov 16, 2020 · 2 comments
Open

Ruby 2.7.x support (update json to 2.3.x) #1225

BanzaiMan opened this issue Nov 16, 2020 · 2 comments

Comments

@BanzaiMan
Copy link
Contributor

I've added testing with Ruby 2.7.x (f369d65) but it fails (e.g., https://travis-ci.com/github/travis-ci/dpl/jobs/440752783).

The cause appears to be the outdated json/json_pure, but the attempt to upgrade it would fail:

$ bundle update
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "faraday":
  In Gemfile:
    faraday (~> 0.9.2)

    ey-core (~> 3.5) was resolved to 3.6.1, which depends on
      faraday (~> 1.0.1)

Bundler could not find compatible versions for gem "json":
  In Gemfile:
    json (>= 2.3.0)

    ey-core (~> 3.5) was resolved to 3.5.0, which depends on
      json (< 2.0)
@stale
Copy link

stale bot commented Jan 8, 2022

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues

@stale stale bot added the stale label Jan 8, 2022
@SleeplessByte
Copy link

Not stale

@stale stale bot removed the stale label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants