Skip to content

Commit 446f950

Browse files
authored
Merge pull request #255 from maxmind/dependabot/bundler/http-6.0.3
Update http requirement from >= 4.3, < 6.0 to >= 4.3, < 7.0
2 parents 90c9449 + 3a1b6eb commit 446f950

2 files changed

Lines changed: 11 additions & 21 deletions

File tree

Gemfile.lock

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

@@ -21,34 +21,24 @@ GEM
2121
rexml
2222
diff-lcs (1.6.2)
2323
domain_name (0.6.20240107)
24-
ffi (1.17.3)
25-
ffi (1.17.3-aarch64-linux-gnu)
26-
ffi (1.17.3-aarch64-linux-musl)
27-
ffi (1.17.3-arm-linux-gnu)
28-
ffi (1.17.3-arm-linux-musl)
29-
ffi (1.17.3-arm64-darwin)
30-
ffi (1.17.3-java)
31-
ffi (1.17.3-x86-linux-gnu)
32-
ffi (1.17.3-x86-linux-musl)
33-
ffi (1.17.3-x86_64-darwin)
34-
ffi (1.17.3-x86_64-linux-gnu)
35-
ffi (1.17.3-x86_64-linux-musl)
36-
ffi-compiler (1.3.2)
24+
ffi (1.17.4-java)
25+
ffi-compiler (1.4.2)
3726
ffi (>= 1.15.5)
3827
rake
3928
hashdiff (1.2.1)
40-
http (5.3.1)
41-
addressable (~> 2.8)
29+
http (6.0.3)
30+
http-cookie (~> 1.0)
31+
llhttp (~> 0.6.1)
32+
http (6.0.3-java)
4233
http-cookie (~> 1.0)
43-
http-form_data (~> 2.2)
44-
llhttp-ffi (~> 0.5.0)
45-
http-cookie (1.1.0)
34+
llhttp-ffi (~> 0.5.1)
35+
http-cookie (1.1.6)
4636
domain_name (~> 0.5)
47-
http-form_data (2.3.0)
4837
json (2.20.0)
4938
json (2.20.0-java)
5039
language_server-protocol (3.17.0.6)
5140
lint_roller (1.1.0)
41+
llhttp (0.6.2)
5242
llhttp-ffi (0.5.1)
5343
ffi-compiler (~> 1.0)
5444
rake (~> 13.0)

minfraud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL, &:read).split("\x0").difference(excluded)
3131

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

0 commit comments

Comments
 (0)