Skip to content

Commit 274d855

Browse files
committed
Pin connection_pool to >~2.5
1 parent 6e1623d commit 274d855

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ gem 'jbuilder', '~> 2.5'
1414
# Reduces boot times through caching; required in config/boot.rb
1515
gem 'bootsnap', '>= 1.1.0', require: false
1616

17+
gem 'connection_pool', '~> 2.5' # Needed until we have rails 8.1.1+ (https://github.com/rails/rails/pull/56292)
18+
1719
group :development, :test do
1820
# Rubocop is a static code analyzer to enforce style.
1921
gem 'rubocop', require: false

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GEM
153153
config (5.6.1)
154154
deep_merge (~> 1.2, >= 1.2.1)
155155
ostruct
156-
connection_pool (3.0.2)
156+
connection_pool (2.5.5)
157157
crass (1.0.6)
158158
cssbundling-rails (1.4.3)
159159
railties (>= 6.0.0)
@@ -579,12 +579,12 @@ GEM
579579
rexml (~> 3.2, >= 3.2.5)
580580
rubyzip (>= 1.2.2, < 4.0)
581581
websocket (~> 1.0)
582-
sidekiq (8.1.0)
583-
connection_pool (>= 3.0.0)
584-
json (>= 2.16.0)
585-
logger (>= 1.7.0)
586-
rack (>= 3.2.0)
587-
redis-client (>= 0.26.0)
582+
sidekiq (8.0.10)
583+
connection_pool (>= 2.5.0)
584+
json (>= 2.9.0)
585+
logger (>= 1.6.2)
586+
rack (>= 3.1.0)
587+
redis-client (>= 0.23.2)
588588
simplecov (0.22.0)
589589
docile (~> 1.1)
590590
simplecov-html (~> 0.11)
@@ -698,6 +698,7 @@ DEPENDENCIES
698698
capistrano-shared_configs
699699
capybara
700700
cocina_display (~> 1.1)
701+
connection_pool (~> 2.5)
701702
cssbundling-rails (~> 1.4)
702703
database_cleaner
703704
debug

0 commit comments

Comments
 (0)