Lock connection_pool gem (#1284)

This commit is contained in:
soky srm
2026-03-24 19:11:58 +01:00
committed by GitHub
parent a3203989b1
commit 66c1f62691
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ gem "lookbook", "2.3.11"
gem "hotwire_combobox"
# Background Jobs
gem "connection_pool", "~> 2.5" # pin to 2.x; 3.0 breaks sidekiq 8.x
gem "sidekiq"
gem "sidekiq-cron"
gem "sidekiq-unique-jobs"

View File

@@ -141,7 +141,7 @@ GEM
chunky_png (1.4.0)
climate_control (1.2.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
connection_pool (2.5.5)
countries (8.0.3)
unaccent (~> 0.3)
crack (1.0.0)
@@ -792,6 +792,7 @@ DEPENDENCIES
brakeman
capybara
climate_control
connection_pool (~> 2.5)
countries
csv
debug