Skip to content

Commit 69f9e05

Browse files
Bump connection_pool from 2.5.5 to 3.0.2
Bumps [connection_pool](https://github.com/mperham/connection_pool) from 2.5.5 to 3.0.2. - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](mperham/connection_pool@v2.5.5...v3.0.2) --- updated-dependencies: - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aaad38c commit 69f9e05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ gem "faraday-multipart", "~> 1.2"
6666
gem "sigstore", "~> 0.2.2"
6767
gem "kramdown", "~> 2.5"
6868
gem "zlib", "~> 3.2"
69-
gem "connection_pool", "~> 2.0" # TODO: Remove when Rails makes new release after (16/12/2025)
69+
gem "connection_pool", "~> 3.0" # TODO: Remove when Rails makes new release after (16/12/2025)
7070

7171
# Admin dashboard
7272
gem "avo", "~> 3.13"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ GEM
215215
coderay (1.1.3)
216216
compact_index (0.15.0)
217217
concurrent-ruby (1.3.6)
218-
connection_pool (2.5.5)
218+
connection_pool (3.0.2)
219219
cose (1.3.1)
220220
cbor (~> 0.5.9)
221221
openssl-signature_algorithm (~> 1.0)
@@ -945,7 +945,7 @@ DEPENDENCIES
945945
chartkick (~> 5.2)
946946
clearance (~> 2.11)
947947
compact_index (~> 0.15.0)
948-
connection_pool (~> 2.0)
948+
connection_pool (~> 3.0)
949949
csv (~> 3.3)
950950
dalli (~> 3.2)
951951
datadog (~> 2.24)
@@ -1113,7 +1113,7 @@ CHECKSUMS
11131113
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
11141114
compact_index (0.15.0) sha256=5c6c404afca8928a7d9f4dde9524f6e1610db17e675330803055db282da84a8b
11151115
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
1116-
connection_pool (2.5.5) sha256=e54ff92855753df1fd7c59fa04a398833355f27dd14c074f8c83a05f72a716ad
1116+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
11171117
cose (1.3.1) sha256=d5d4dbcd6b035d513edc4e1ab9bc10e9ce13b4011c96e3d1b8fe5e6413fd6de5
11181118
crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e
11191119
crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d

0 commit comments

Comments
 (0)