binarylogic / authlogic

A simple ruby authentication solution.
http://rdoc.info/projects/binarylogic/authlogic
MIT License
4.34k stars 638 forks source link

Bug/compatibility with rails 7.1 #769

Closed msuliq closed 9 months ago

msuliq commented 9 months ago

Summary

Gem has compatibility issues with Rails 7.1 described here.

What has been implemented:

Expected outcome

Should be possible to install and use Authlogic with Rails 7.1

msuliq commented 9 months ago

First run failed with the following error: The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002 so I updated ubuntu version to ubuntu-latest and updated action for setting up ruby version

msuliq commented 9 months ago

Github actions are passing in my personal repo: https://github.com/msuliq/authlogic/actions/runs/7217526649 @binarylogic could you please approve the workflow run?