cedarcode / webauthn-rails-demo-app

Rails app demonstrating a WebAuthn password-less login
https://webauthn.cedarcode.com
Apache License 2.0
97 stars 39 forks source link

Update rails to `v6.0.6` #122

Closed santiagorodriguez96 closed 1 year ago

santiagorodriguez96 commented 1 year ago

This fixes Travis CI build which was failing because Rails v6.0.3 indirectly depends on mimemagic, which was locked to version v0.3.5 in our bundle – version that was yanked some time ago. Updating to Rails v6.0.6 fixes this issue because this version no longer has a dependency on mimemagic.