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

v0.11.2 actionpack dependency incompatible with rails 6 #121

Closed mmaloon closed 4 years ago

mmaloon commented 4 years ago
Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    rails (~> 6) was resolved to 6.0.1.rc1, which depends on
      actionpack (= 6.0.1.rc1)

    redis-session-store (~> 0.11.2) was resolved to 0.11.2, which depends on
      actionpack (~> 3)
mmaloon commented 4 years ago

https://github.com/roidrage/redis-session-store/blob/38068f192de58897a9eb7e428c7d8d943eb8568f/redis-session-store.gemspec#L18

Jesterovskiy commented 4 years ago

@mmaloon Thanks, fixed)