redis-store / redis-actionpack

Redis stores for ActionPack
http://redis-store.org/redis-actionpack
MIT License
76 stars 44 forks source link

5.0.0 relies on prereleases #10

Closed connorshea closed 8 years ago

connorshea commented 8 years ago

Thanks for releasing 5.0.0 :) I think there was an oversight since the gem spec still relies on prerelease versions of redis-store and redis-rack, though.

connorshea commented 8 years ago

Ditto for redis-rack, which doesn't have a final release out yet.

cc: @radar @tubbo

tubbo commented 8 years ago

redis-rack needs an earlier version (v1.6.0) in order for redis-actionpack to be released, because v2.0.0 of redis-rack depends on rack v2.0, and I couldn't get the gems to line up to work with rack 2.x. PR #13 should resolve this issue.