From 29ee339551925c8caef4b0658d802ef73d8c1942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:27:18 +0000 Subject: [PATCH] chore(deps): update connection_pool requirement from ~> 2.5 to >= 2.5, < 4.0 Updates the requirements on [connection_pool](https://github.com/mperham/connection_pool) to permit the latest version. - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/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] --- Gemfile.lock | 4 ++-- x_twitter_scraper.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1b164b9..dbbb661 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ PATH x-twitter-scraper (0.4.5) base64 (~> 0.3) cgi (~> 0.5) - connection_pool (~> 2.5) + connection_pool (>= 2.5, < 4.0) GEM remote: https://rubygems.org/ @@ -33,7 +33,7 @@ GEM bigdecimal (4.1.2) cgi (0.5.2) concurrent-ruby (1.3.8) - connection_pool (2.5.5) + connection_pool (3.0.2) console (1.34.3) fiber-annotation fiber-local (~> 1.1) diff --git a/x_twitter_scraper.gemspec b/x_twitter_scraper.gemspec index 7a34142..cf29367 100644 --- a/x_twitter_scraper.gemspec +++ b/x_twitter_scraper.gemspec @@ -32,5 +32,5 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ["README.md"] s.add_dependency "base64", "~> 0.3" s.add_dependency "cgi", "~> 0.5" - s.add_dependency "connection_pool", "~> 2.5" + s.add_dependency "connection_pool", ">= 2.5", "< 4.0" end