Merge pull request #3746 from hennevogel/bugfix/connection_pool

Pin connection_pool to <3
This commit is contained in:
Henne Vogelsang 2026-03-03 16:41:24 +01:00 committed by GitHub
commit bead2ecff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -183,6 +183,8 @@ gem 'sprockets-rails'
# for multiple speakers select on proposal/event forms
gem 'selectize-rails'
# Pin to solve https://github.com/mperham/connection_pool/issues/212
gem "connection_pool", "< 3"
# memcached binary connector
gem 'dalli'

View file

@ -154,7 +154,7 @@ GEM
ostruct
cocoon (1.2.15)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
connection_pool (2.5.5)
countable-rails (0.0.1)
railties (>= 3.1)
crack (0.4.5)
@ -695,6 +695,7 @@ DEPENDENCIES
climate_control
cloudinary
cocoon
connection_pool (< 3)
countable-rails
daemons
dalli