Skip to content

Commit

Permalink
Use celluloid-redis by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmod4n committed Jul 5, 2013
1 parent 2257aa2 commit dba8a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcell.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "celluloid", ">= 0.13.0"
gem.add_runtime_dependency "celluloid-zmq", ">= 0.13.0"
gem.add_runtime_dependency "reel"
gem.add_runtime_dependency "redis"
gem.add_runtime_dependency "celluloid-redis"
gem.add_runtime_dependency "redis-namespace"

gem.add_development_dependency "rake"
Expand Down

0 comments on commit dba8a6d

Please sign in to comment.