redis-store / redis-actionpack

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

Update gemspec with release versions of dependencies #11

Closed connorshea closed 8 years ago

connorshea commented 8 years ago

Release versions of the redis-store and redis-rack gems.

Fixes #10

connorshea commented 8 years ago

This also updates the Gemfile and bumps the gem to 5.0.1.

connorshea commented 8 years ago

@tubbo this requires a stable redis-rack release, any updates on that?

Sorry for bothering you about these gems so much.

tubbo commented 8 years ago

@connorshea I'm having problems with the 2.x version of redis-rack, which supports rack 2.0, but actionpack still supports rack 1.6. I'm releasing redis-rack v1.6.0 to compensate for this issue, and that's what redis-actionpack v5.x will depend on.