Skip to content

Commit 5a7d421

Browse files
committed
test: fix sidekiq failures by pinning connection_pool < 3.0.0
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
1 parent 6937c58 commit 5a7d421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gemfiles/sidekiq_60.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gem "webmock"
77
gem "puma"
88
gem "rack-test"
99
gem "simplecov", "~> 0.21.2"
10-
gem "sidekiq", ">= 6.0.0", "< 6.5.0"
11-
10+
gem "sidekiq", "> 6.0.4", "< 6.5.0"
11+
gem "connection_pool", "<3.0.0"
1212
gemspec path: "../"

0 commit comments

Comments
 (0)