pelargir / auto-session-timeout

Provides automatic session timeout in a Rails application.
MIT License
126 stars 63 forks source link

Add checks for compatibility with Rails v7.1 #42

Closed tim-s-ccs closed 11 months ago

tim-s-ccs commented 11 months ago

Add checks for compatibility with Rails v7.1 and Ruby > v3.0.

I found that some versions of Rails did not seem to work with Ruby v2.4 so I excluded them from the matrix. There is also an issue with Rails 7.0 and Ruby > v3.0 so I changed the Rails version it is tested against to 7.0.1 (which is the first version that fixed the issue).

pelargir commented 11 months ago

This looks great. Thanks!