jodosha / redis-store

Rack::Session, Rack::Cache and cache Redis stores for Ruby web frameworks

This URL has Read+Write access

redis-store / Gemfile
100644 9 lines (6 sloc) 0.235 kb
1
2
3
4
5
6
7
8
9
# use ezmobius/redis-rb HEAD
gem "redis-rb", "0.1", :git => "git://github.com/ezmobius/redis-rb.git"
 
# testing gems
gem "rspec", :only => :testing
gem "rack-cache", :only => :testing
gem "activesupport", :only => :testing