pelargir / auto-session-timeout

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

Enable gem to be installed with Rails 6 #31

Closed jasonheecs closed 3 years ago

jasonheecs commented 3 years ago

Hi,

It seems like the vulnerabilities for actionpack are patched with versions >= 6.0.3.4 (https://snyk.io/vuln/rubygems:actionpack)

This PR allows this gem to use actionpack versions >= 6.0.3.4 as a dependency.

pelargir commented 3 years ago

Thanks @jasonheecs but the dependency restriction is designed to prevent this gem from being used with any version of Rails 6. Currently, only Rails 5.x is supported. Were you able to install and use this gem with Rails 6 without any problems? If so, perhaps the Rails 6 restriction should be removed entirely.

jasonheecs commented 3 years ago

Hi, I was able to use this gem with my Rails 6.0.3.4 app. Works fantastic so far!

pelargir commented 3 years ago

Merged and published v0.9.7 with this change. Thanks @jasonheecs