unixcharles / acme-client

A Ruby client for the letsencrypt's ACME protocol.
MIT License
494 stars 117 forks source link

Support Faraday v2 #213

Closed zarqman closed 2 years ago

zarqman commented 2 years ago

This PR adds support for Faraday 2.x.

Tests still pass back to Faraday 1.0, but not on 0.17, so I bumped the minimum Faraday version to 1.0.

Since Faraday 1.0 requires Ruby 2.3+, I also bumped acme-client's minimum Ruby to the same. I don't have a running Ruby that old, but did successfully test on Ruby 2.5.