unixcharles/acme-client

Loosen faraday version pin

Closed this issue · 1 comments

Hi,

is it possible to loosen version pin on faraday? There're so many newer releases of faraday.
Allow users to use faraday 0.15.x series. I did a quick test, this looks working properly for me.

spec.add_runtime_dependency 'faraday', '< 1.0', '>= 0.9.1'

BTW, faraday 1.0 will be released soon. It should be compatible with 0.9 series.

Turned out this is not this rubygem issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240006