From c9e927d4fad84da41d766fa0c453dd566bc5912f Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 3 Mar 2026 16:34:52 +0100 Subject: [PATCH] Pin connection_pool to <3 To work around https://github.com/mperham/connection_pool/issues/212 --- Gemfile | 2 ++ Gemfile.lock | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 53b7aaea..9458f1be 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index d3105767..a9f950fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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