roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Make actionpack dependency more than or equal to 6 #129

Closed yykamei closed 2 years ago

yykamei commented 2 years ago

Thanks to #125, RedisSessionStore inherits AbstractSecureStore, but it was introduced in Rails 6 https://github.com/rails/rails/commit/ad2da1ad82742354a73cf30be658574d9bd567f0. So, I think redis-session-store should narrow the constraint of actionpack more than or equal to 6.

Jesterovskiy commented 2 years ago

Cool, thanks! Can you add yourself in AUTHORS.md plz

yykamei commented 2 years ago

Thank you! I added my name to AUTHORS.md!

e17ab9cfee35457f8a2114ee56cb69370b5aa694