We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c4fe commit e2cc62aCopy full SHA for e2cc62a
test/multiverse/suites/sidekiq/Envfile
@@ -13,6 +13,7 @@ def gem_list(sidekiq_version = nil)
13
<<-RB
14
gem 'sidekiq'#{sidekiq_version}
15
gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
16
+ gem 'connection_pool', '< 3.0.0'
17
RB
18
end
19
0 commit comments