cedarcode / webauthn-rails-demo-app

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

Gem updates required to run app #120

Closed ewalk153 closed 1 month ago

ewalk153 commented 2 years ago

Ran bundle update mimemagic minitest listen puma to generate this change.

eoinkelly commented 2 years ago

I had to change this to bundle update mimemagic minitest listen puma nokogiri (adding nokogiri).

santiagorodriguez96 commented 1 year ago

Are you still having issues to build the app? I noticed the build was failing in Travis CI because of mimemagic and I solved it by updating Rails to v6.0.6 – see #122. Now the build seems to be working properly 🙂

heliocola commented 10 months ago

Hi @santiagorodriguez96 : there is another PR with upgrade to Ruby 3.1.4 as 2.7.7 is quite old and past EOL (https://endoflife.date/ruby).

Any chance you can spend some time to upgrade? I am setting it up on my machine as I will talk about it at Ruby Conf Taiwan next month! :-D

heliocola commented 9 months ago

👋 @ewalk153 : thank you for sending this PR!

Did you have a chance to check out the latest changes in the master branch? Several gems, ruby, rails all have been updated.

@santiagorodriguez96 : I think the issues on this one are taken care in the other PRs, specially in the Rails 7 upgrade! 👍

santiagorodriguez96 commented 1 month ago

Hey guys! I've bumped pretty much all of the dependencies, so there shouldn't be an issue now. Will proceed to close this 🙂