Require latest connection_pool to deal with timeout issue

This commit is contained in:
Mike Perham 2015-01-26 16:24:41 -08:00
parent a059e55a64
commit be3ec3a0d5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = Sidekiq::VERSION
gem.add_dependency 'redis', '>= 3.0.6'
gem.add_dependency 'redis-namespace', '>= 1.3.1'
gem.add_dependency 'connection_pool', '>= 2.0.0'
gem.add_dependency 'connection_pool', '>= 2.1.1'
gem.add_dependency 'celluloid', '>= 0.16.0'
gem.add_dependency 'json'
gem.add_development_dependency 'sinatra'