Skip to content

Commit b6575c3

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] <support@github.com>
1 parent 77e4f08 commit b6575c3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gem "jbuilder"
3333
gem "redis", "~> 5.4"
3434

3535
# Rails 7.2 RedisCacheStore isn't compatible with connection_pool 3.x (keyword-args change)
36-
gem "connection_pool", "< 3"
36+
gem "connection_pool", "< 4"
3737

3838
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
3939
gem "kredis"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ GEM
160160
config (5.6.1)
161161
deep_merge (~> 1.2, >= 1.2.1)
162162
ostruct
163-
connection_pool (2.5.5)
163+
connection_pool (3.0.2)
164164
crass (1.0.6)
165165
csv (3.3.5)
166166
date (3.5.1)
@@ -514,12 +514,12 @@ GEM
514514
rexml (~> 3.2, >= 3.2.5)
515515
rubyzip (>= 1.2.2, < 3.0)
516516
websocket (~> 1.0)
517-
sidekiq (7.3.10)
517+
sidekiq (7.3.9)
518518
base64
519-
connection_pool (>= 2.3.0, < 3)
519+
connection_pool (>= 2.3.0)
520520
logger
521-
rack (>= 2.2.4, < 3.3)
522-
redis-client (>= 0.23.0, < 1)
521+
rack (>= 2.2.4)
522+
redis-client (>= 0.22.2)
523523
simplecov (0.22.0)
524524
docile (~> 1.1)
525525
simplecov-html (~> 0.11)
@@ -650,7 +650,7 @@ DEPENDENCIES
650650
capistrano-yarn
651651
capybara
652652
capybara-screenshot
653-
connection_pool (< 3)
653+
connection_pool (< 4)
654654
debug
655655
devise
656656
devise-guests (~> 0.8)

0 commit comments

Comments
 (0)