Skip to content

Commit 20303e2

Browse files
oschwaldclaude
andcommitted
Require maxmind-geoip2 1.6 for residential data
The maxmind-geoip2 gem's AnonymizerFeed/residential support was released in 1.6.0. Bump the dependency constraint so consumers resolve a version that includes it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f976748 commit 20303e2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
minfraud (2.9.0)
55
connection_pool (>= 2.2, < 4.0)
66
http (>= 4.3, < 6.0)
7-
maxmind-geoip2 (~> 1.4)
7+
maxmind-geoip2 (~> 1.6)
88
simpleidn (~> 0.1, >= 0.1.1)
99

1010
GEM
@@ -53,9 +53,9 @@ GEM
5353
ffi-compiler (~> 1.0)
5454
rake (~> 13.0)
5555
maxmind-db (1.4.0)
56-
maxmind-geoip2 (1.5.1)
56+
maxmind-geoip2 (1.6.0)
5757
connection_pool (>= 2.2, < 4.0)
58-
http (>= 4.3, < 6.0)
58+
http (>= 4.3, < 7.0)
5959
maxmind-db (~> 1.4)
6060
parallel (1.28.0)
6161
parser (3.3.11.1)

minfraud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131

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

3737
spec.add_development_dependency 'bundler', '~> 2.2'

0 commit comments

Comments
 (0)