alliedcode / passkeys-rails

PasskeysRails - easy to integrate back end for implementing mobile passkeys
https://rubygems.org/gems/passkeys-rails
MIT License
13 stars 6 forks source link

Supporting Rails 8 #6

Open chrisbouchard opened 3 days ago

chrisbouchard commented 3 days ago

Hi there. I'm hoping to use this gem in a Rails 8 project. However, I see that the gemspec currently specifies a pessimistic constraint for Rails 7.2:

spec.add_runtime_dependency 'rails', '~> 7.2', '>= 7.2.1'

I was wondering if there's a blocker in Rails 8, or if the gemspec just needs to be updated for the new version. Thanks!

troya2 commented 3 days ago

Thanks for checking in. I don't know of a reason it wouldn't work - if you have time, please test it out and submit a PR.