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

Allow actionpack 5.2.4.1 #144

Closed biinari closed 1 year ago

biinari commented 1 year ago

129 set the required actionpack version to > 6 to pick up the addition of AbstractSecureStore.

The change to add AbstractSecureStore was backported to actionpack 5.2.4.1 as https://github.com/rails/rails/commit/2a52a38cb51b65d71cf91fc960777213cf96f962. This PR loosens the constraint to >= 5.2.4.1

Jesterovskiy commented 1 year ago

Thanks!