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

warning: loading in progress, circular require considered harmful #415

Closed pboling closed 8 months ago

pboling commented 8 months ago
/Users/pboling/.asdf/installs/ruby/2.7.8/lib/ruby/site_ruby/2.7.0/rubygems/core_ext/kernel_require.rb:38: warning: loading in progress, circular require considered harmful - /Users/pboling/.asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/webauthn-3.0.0/lib/webauthn/relying_party.rb

That line is too long, so here is the source of the issue: webauthn-3.0.0/lib/webauthn/relying_party.rb

santiagorodriguez96 commented 8 months ago

Hi @pboling!

This is duplicated of #388 which was fixed by #389 🙂

I will cut a new release that includes that fix.