mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
Lock connection_pool gem (#1284)
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user