Skip to content

Commit 3e46fdb

Browse files
committed
Depend on newer maxmind-geoip2
1 parent f9e8b93 commit 3e46fdb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
* Added the processor `:placetopay` to `Minfraud::Components::Payment`.
88
* In addition to the minfraud gem version, the User-Agent now includes the
99
version of Ruby and the version of the HTTP client in all HTTP requests.
10+
* Updated `maxmind-geoip2` to version that includes the `anycast?` method
11+
on `MaxMind::GeoIP2::Record::Traits`. This returns `true` if the IP
12+
address belongs to an [anycast
13+
network](https://en.wikipedia.org/wiki/Anycast). This is available in
14+
minFraud Insights and Factors.
1015

1116
## v2.2.0 (2022-03-28)
1217

minfraud.gemspec

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

2525
spec.add_runtime_dependency 'connection_pool', '~> 2.2'
2626
spec.add_runtime_dependency 'http', '>= 4.3', '< 6.0'
27-
spec.add_runtime_dependency 'maxmind-geoip2', '~> 1.1'
27+
spec.add_runtime_dependency 'maxmind-geoip2', '~> 1.2'
2828
spec.add_runtime_dependency 'simpleidn', '~> 0.1', '>= 0.1.1'
2929

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

0 commit comments

Comments
 (0)