redis-store / redis-actionpack

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

Depend on earlier version of redis-rack #13

Closed tubbo closed 8 years ago

tubbo commented 8 years ago

redis-rack needs rack 2.0, which is currently not being supported by the latest rails 5.x actionpack. We'll use the latest 1.6.x until Rails supports Rack 2.0. This should resolve #11 and #10.

tubbo commented 8 years ago

@connorshea this should resolve your version hell issues :)

connorshea commented 8 years ago

Oh? Rails 5 relies on Rack 2.x, though. Why wouldn't we want to use redis-rack 2.0?

tubbo commented 8 years ago

@connorshea yeah you're right...closing, got another PR in the works.

connorshea commented 8 years ago

In an ideal world we would use appraisals to test the gem on both Rails 4.2.x and 5.0.0 and maintain compatibility between the two to ease upgrading, but I have no expectation of you doing that singlehandedly. Just figured I'd suggest it :)

EDIT: Oh, it looks like we already are?