Skip to content

Commit e2cc62a

Browse files
committed
pin connection_pool for sidekiq tests also
1 parent cf7c4fe commit e2cc62a

File tree

1 file changed

+1
-0
lines changed
  • test/multiverse/suites/sidekiq

1 file changed

+1
-0
lines changed

test/multiverse/suites/sidekiq/Envfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def gem_list(sidekiq_version = nil)
1313
<<-RB
1414
gem 'sidekiq'#{sidekiq_version}
1515
gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
16+
gem 'connection_pool', '< 3.0.0'
1617
RB
1718
end
1819

0 commit comments

Comments
 (0)