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
The cause appears to be the outdated json/json_pure, but the attempt to upgrade it would fail:
$ bundle updateFetching 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)
The text was updated successfully, but these errors were encountered:
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
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:The text was updated successfully, but these errors were encountered: