Skip to content

Commit e4fe917

Browse files
Update connection_pool requirement from ~> 2.2 to >= 2.2, < 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](mperham/connection_pool@v2.5.5...v3.0.1) --- updated-dependencies: - dependency-name: connection_pool dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6941e0f commit e4fe917

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
maxmind-geoip2 (1.4.0)
5-
connection_pool (~> 2.2)
5+
connection_pool (>= 2.2, < 4.0)
66
http (>= 4.3, < 6.0)
77
maxmind-db (~> 1.4)
88

@@ -13,7 +13,7 @@ GEM
1313
public_suffix (>= 2.0.2, < 8.0)
1414
ast (2.4.3)
1515
bigdecimal (3.3.1)
16-
connection_pool (2.5.5)
16+
connection_pool (3.0.1)
1717
crack (1.0.1)
1818
bigdecimal
1919
rexml

maxmind-geoip2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
}
2727
s.required_ruby_version = '>= 3.2'
2828

29-
s.add_dependency 'connection_pool', ['~> 2.2']
29+
s.add_dependency 'connection_pool', '>= 2.2', '< 4.0'
3030
s.add_dependency 'http', '>= 4.3', '< 6.0'
3131
s.add_dependency 'maxmind-db', ['~> 1.4']
3232

0 commit comments

Comments
 (0)