Skip to content

Commit c0fc57f

Browse files
chore(deps): bump connection_pool from 2.5.5 to 3.0.2 in /worker
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] <support@github.com>
1 parent 4b16ba8 commit c0fc57f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

worker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'amazing_print', '~> 1.5'
3131

3232
# Redis connection
3333
gem 'redis', '~> 5.0'
34-
gem 'connection_pool', '~> 2.4'
34+
gem 'connection_pool', '~> 3.0'
3535

3636
# Web server for Sidekiq web interface
3737
gem 'rackup', '~> 2.1'

worker/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
cgi (0.5.1)
6060
coderay (1.1.3)
6161
concurrent-ruby (1.3.6)
62-
connection_pool (2.5.5)
62+
connection_pool (3.0.2)
6363
crack (1.0.1)
6464
bigdecimal
6565
rexml
@@ -268,12 +268,12 @@ GEM
268268
ffi-compiler (>= 1.0, < 2.0)
269269
rake (~> 13)
270270
securerandom (0.4.1)
271-
sidekiq (7.3.10)
271+
sidekiq (7.3.9)
272272
base64
273-
connection_pool (>= 2.3.0, < 3)
273+
connection_pool (>= 2.3.0)
274274
logger
275-
rack (>= 2.2.4, < 3.3)
276-
redis-client (>= 0.23.0, < 1)
275+
rack (>= 2.2.4)
276+
redis-client (>= 0.22.2)
277277
sidekiq-scheduler (5.0.6)
278278
rufus-scheduler (~> 3.2)
279279
sidekiq (>= 6, < 8)
@@ -323,7 +323,7 @@ DEPENDENCIES
323323
activesupport (~> 7.1)
324324
amazing_print (~> 1.5)
325325
caxlsx (~> 4.0)
326-
connection_pool (~> 2.4)
326+
connection_pool (~> 3.0)
327327
dotenv (~> 3.0)
328328
eth (~> 0.5)
329329
faraday (~> 2.7)

0 commit comments

Comments
 (0)