Skip to content

Commit

Permalink
Require latest connection_pool to deal with timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 27, 2015
1 parent a059e55 commit be3ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Expand Up @@ -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'
Expand Down

0 comments on commit be3ec3a

Please sign in to comment.