Pin connection_pool to <3

To work around https://github.com/mperham/connection_pool/issues/212
This commit is contained in:
Henne Vogelsang 2026-03-03 16:34:52 +01:00
parent 48748cb466
commit c9e927d4fa
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
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 # for multiple speakers select on proposal/event forms
gem 'selectize-rails' gem 'selectize-rails'
# Pin to solve https://github.com/mperham/connection_pool/issues/212
gem "connection_pool", "< 3"
# memcached binary connector # memcached binary connector
gem 'dalli' gem 'dalli'

View file

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