Skip to content

Commit a4b394b

Browse files
authored
Merge pull request #127 from maxmind/dependabot/bundler/connection_pool-3.0.1
Update connection_pool requirement from ~> 2.2 to >= 2.2, < 4.0
2 parents 6941e0f + e4fe917 commit a4b394b

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)