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
gem 'selectize-rails'
# Pin to solve https://github.com/mperham/connection_pool/issues/212
gem "connection_pool", "< 3"
# memcached binary connector
gem 'dalli'