1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #1146 from benilovj/bump-redis-namespace-for-security-fix

bump the 'redis-namespace' gem
This commit is contained in:
Mike Perham 2013-08-29 08:03:18 -07:00
commit 0b373879a5

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Sidekiq::VERSION
gem.add_dependency 'redis', '>= 3.0.4'
gem.add_dependency 'redis-namespace'
gem.add_dependency 'redis-namespace', '>= 1.3.1'
gem.add_dependency 'connection_pool', '>= 1.0.0'
gem.add_dependency 'celluloid', '>= 0.14.1'
gem.add_dependency 'json'