Skip to content

Commit 1190bd6

Browse files
Update dependency connection_pool to v3
1 parent 8f21518 commit 1190bd6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'stringex'
2727
gem 'terser'
2828

2929
group :production do
30-
gem 'connection_pool', '< 3' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3
30+
gem 'connection_pool', '< 4' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3
3131
gem 'dalli'
3232
gem 'pg'
3333
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
cgi (0.5.1)
117117
climate_control (1.2.0)
118118
concurrent-ruby (1.3.6)
119-
connection_pool (2.5.5)
119+
connection_pool (3.0.2)
120120
crack (1.0.1)
121121
bigdecimal
122122
rexml
@@ -452,7 +452,7 @@ DEPENDENCIES
452452
binding_of_caller
453453
bootsnap
454454
climate_control
455-
connection_pool (< 3)
455+
connection_pool (< 4)
456456
dalli
457457
debug
458458
dotenv-rails

0 commit comments

Comments
 (0)