cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
644 stars 51 forks source link

Remove upper version constraint on OpenSSL #386

Closed bdewater closed 1 year ago

bdewater commented 1 year ago

This stops us from blocking newer Ruby or OpenSSL gem releases, for any future incompatibilities application authors can pin their OpenSSL version if need be.

Ref https://github.com/cedarcode/webauthn-ruby/issues/382