Skip to content

Commit

Permalink
Require latest redis-client version for #67
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 30, 2022
1 parent b8fa4d1 commit 0bf4a43
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 @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
"source_code_uri" => "https://github.com/mperham/sidekiq"
}

gem.add_dependency "redis-client", ">= 0.9.0"
gem.add_dependency "redis-client", ">= 0.11.0"
gem.add_dependency "connection_pool", ">= 2.3.0"
gem.add_dependency "rack", ">= 2.2.4"
gem.add_dependency "concurrent-ruby", "< 2"
Expand Down

0 comments on commit 0bf4a43

Please sign in to comment.