File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
99GEM
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 )
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 )
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments