Skip to content

Commit 0d13baa

Browse files
authored
Merge pull request #190 from maxmind/dependabot/bundler/connection_pool-3.0.2
Update connection_pool requirement from ~> 2.2 to >= 2.2, < 4.0
2 parents 8a5d1a2 + 690659f commit 0d13baa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
minfraud (2.9.0)
5-
connection_pool (~> 2.2)
5+
connection_pool (>= 2.2, < 4.0)
66
http (>= 4.3, < 6.0)
77
maxmind-geoip2 (~> 1.4)
88
simpleidn (~> 0.1, >= 0.1.1)
@@ -14,7 +14,7 @@ GEM
1414
public_suffix (>= 2.0.2, < 8.0)
1515
ast (2.4.3)
1616
bigdecimal (3.3.1)
17-
connection_pool (2.5.5)
17+
connection_pool (3.0.2)
1818
crack (1.0.1)
1919
bigdecimal
2020
rexml
@@ -50,8 +50,8 @@ GEM
5050
ffi-compiler (~> 1.0)
5151
rake (~> 13.0)
5252
maxmind-db (1.4.0)
53-
maxmind-geoip2 (1.4.0)
54-
connection_pool (~> 2.2)
53+
maxmind-geoip2 (1.5.1)
54+
connection_pool (>= 2.2, < 4.0)
5555
http (>= 4.3, < 6.0)
5656
maxmind-db (~> 1.4)
5757
parallel (1.27.0)

minfraud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.files = Dir['**/*'].difference(Dir['CLAUDE.md', 'CODE_OF_CONDUCT.md', 'dev-bin/**/*', 'Gemfile*', 'Rakefile', 'README.dev.md',
2828
'spec/**/*', '*.gemspec'])
2929

30-
spec.add_dependency 'connection_pool', '~> 2.2'
30+
spec.add_dependency 'connection_pool', '>= 2.2', '< 4.0'
3131
spec.add_dependency 'http', '>= 4.3', '< 6.0'
3232
spec.add_dependency 'maxmind-geoip2', '~> 1.4'
3333
spec.add_dependency 'simpleidn', '~> 0.1', '>= 0.1.1'

0 commit comments

Comments
 (0)