Skip to content

Commit ad578c2

Browse files
chore(deps): support connection_pool 3
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](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2f5175 commit ad578c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PATH
1414
x-twitter-scraper (0.4.5)
1515
base64 (~> 0.3)
1616
cgi (~> 0.5)
17-
connection_pool (~> 2.5)
17+
connection_pool (>= 2.5, < 4.0)
1818

1919
GEM
2020
remote: https://rubygems.org/
@@ -33,7 +33,7 @@ GEM
3333
bigdecimal (4.1.2)
3434
cgi (0.5.2)
3535
concurrent-ruby (1.3.8)
36-
connection_pool (2.5.5)
36+
connection_pool (3.0.2)
3737
console (1.34.3)
3838
fiber-annotation
3939
fiber-local (~> 1.1)

x_twitter_scraper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Gem::Specification.new do |s|
3232
s.extra_rdoc_files = ["README.md"]
3333
s.add_dependency "base64", "~> 0.3"
3434
s.add_dependency "cgi", "~> 0.5"
35-
s.add_dependency "connection_pool", "~> 2.5"
35+
s.add_dependency "connection_pool", ">= 2.5", "< 4.0"
3636
end

0 commit comments

Comments
 (0)