Skip to content

Commit 1b1b454

Browse files
authored
Merge pull request #159 from maxmind/dependabot/bundler/http-6.0.1
Update http requirement from >= 4.3, < 6.0 to >= 4.3, < 7.0
2 parents d46a30f + 845f4b9 commit 1b1b454

2 files changed

Lines changed: 9 additions & 19 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
maxmind-geoip2 (1.5.1)
55
connection_pool (>= 2.2, < 4.0)
6-
http (>= 4.3, < 6.0)
6+
http (>= 4.3, < 7.0)
77
maxmind-db (~> 1.4)
88

99
GEM
@@ -20,37 +20,27 @@ GEM
2020
rexml
2121
domain_name (0.6.20240107)
2222
drb (2.2.3)
23-
ffi (1.17.3)
24-
ffi (1.17.3-aarch64-linux-gnu)
25-
ffi (1.17.3-aarch64-linux-musl)
26-
ffi (1.17.3-arm-linux-gnu)
27-
ffi (1.17.3-arm-linux-musl)
28-
ffi (1.17.3-arm64-darwin)
2923
ffi (1.17.3-java)
30-
ffi (1.17.3-x86-linux-gnu)
31-
ffi (1.17.3-x86-linux-musl)
32-
ffi (1.17.3-x86_64-darwin)
33-
ffi (1.17.3-x86_64-linux-gnu)
34-
ffi (1.17.3-x86_64-linux-musl)
3524
ffi-compiler (1.3.2)
3625
ffi (>= 1.15.5)
3726
rake
3827
hashdiff (1.2.1)
39-
http (5.3.1)
40-
addressable (~> 2.8)
28+
http (6.0.1)
29+
http-cookie (~> 1.0)
30+
llhttp (~> 0.6.1)
31+
http (6.0.1-java)
4132
http-cookie (~> 1.0)
42-
http-form_data (~> 2.2)
43-
llhttp-ffi (~> 0.5.0)
33+
llhttp-ffi (~> 0.5.1)
4434
http-cookie (1.1.0)
4535
domain_name (~> 0.5)
46-
http-form_data (2.3.0)
4736
json (2.19.2)
4837
json (2.19.2-java)
4938
json-schema (6.2.0)
5039
addressable (~> 2.8)
5140
bigdecimal (>= 3.1, < 5)
5241
language_server-protocol (3.17.0.5)
5342
lint_roller (1.1.0)
43+
llhttp (0.6.1)
5444
llhttp-ffi (0.5.1)
5545
ffi-compiler (~> 1.0)
5646
rake (~> 13.0)
@@ -106,7 +96,7 @@ GEM
10696
unicode-display_width (3.2.0)
10797
unicode-emoji (~> 4.1)
10898
unicode-emoji (4.2.0)
109-
webmock (3.26.1)
99+
webmock (3.26.2)
110100
addressable (>= 2.8.0)
111101
crack (>= 0.3.2)
112102
hashdiff (>= 0.4.0, < 2.0.0)

maxmind-geoip2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
s.required_ruby_version = '>= 3.2'
2828

2929
s.add_dependency 'connection_pool', '>= 2.2', '< 4.0'
30-
s.add_dependency 'http', '>= 4.3', '< 6.0'
30+
s.add_dependency 'http', '>= 4.3', '< 7.0'
3131
s.add_dependency 'maxmind-db', ['~> 1.4']
3232

3333
s.add_development_dependency 'minitest'

0 commit comments

Comments
 (0)