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

Update ruby version to 3.2.2 #136

Closed Geromendez135135 closed 10 months ago

heliocola commented 10 months ago

@Geromendez135135 : have you reverted the changes in .ruby-version to upgrade the Ruby version? v2.7.7 is EOL already https://endoflife.date/ruby and I think it would be safe to upgrade even to 3.2.2.

Geromendez135135 commented 10 months ago

@Geromendez135135 : have you reverted the changes in .ruby-version to upgrade the Ruby version? v2.7.7 is EOL already https://endoflife.date/ruby and I think it would be safe to upgrade even to 3.2.2.

My bad, I just updated the branch to update to ruby 3.2.2.

@heliocola @santiagorodriguez96