File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments