Skip to content

Conversation

@chrisarcand
Copy link
Member

Removes the explicit connection_pool ~> 2.4 runtime dependency that was preventing use of connection_pool 3.x (required by sidekiq 8.1+).

The gem is already managed as a transitive dependency by net-http-persistent 4.0.8, which supports connection_pool >= 2.2.4, < 4. Since we don't directly use connection_pool's API, there's no need to declare it explicitly.

Fixes #393

Removes the explicit connection_pool ~> 2.4 runtime dependency that was
preventing use of connection_pool 3.x (required by sidekiq 8.1+).

The gem is already managed as a transitive dependency by
net-http-persistent 4.0.8, which supports connection_pool >= 2.2.4, < 4.
Since we don't directly use connection_pool's API, there's no need to
declare it explicitly.

Fixes #393
@chrisarcand chrisarcand requested a review from a team as a code owner February 10, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow use of connection_pool 3.0

1 participant