Skip to content

Commit

Permalink
Bump redis-rb to v3.3.3 (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu authored and mperham committed Apr 25, 2017
1 parent c446782 commit 40de823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.name = "sidekiq"
gem.require_paths = ["lib"]
gem.version = Sidekiq::VERSION
gem.add_dependency 'redis', '~> 3.2', '>= 3.2.1'
gem.add_dependency 'redis', '~> 3.3', '>= 3.3.3'
gem.add_dependency 'connection_pool', '~> 2.2', '>= 2.2.0'
gem.add_dependency 'concurrent-ruby', '~> 1.0'
gem.add_dependency 'rack-protection', '>= 1.5.0'
Expand Down

0 comments on commit 40de823

Please sign in to comment.