zendesk / zendesk_apps_tools

Apache License 2.0
74 stars 38 forks source link

Bump faraday to 0.17.5 #383

Closed token-cjg closed 2 years ago

token-cjg commented 2 years ago

:v:

/cc @zendesk/vegemite

Description

Per https://github.com/zendesk/zendesk_apps_tools/pull/355, the faraday version used by ZAT is quite old, and it appears that the version associated to ZAT is not compatible with ruby 2.5+. Since .ruby-version is set to 2.6.9, let's therefore bump to something slightly more recent.

Compare diff: https://github.com/lostisland/faraday/compare/v0.9.2...v0.17.5 .

Tasks

References

Risks