Update dependency net-http to '~> 0.9.0' (#36881)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-05-28 10:42:48 +00:00 committed by GitHub
parent dabf28a421
commit 51fb5abeba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -223,7 +223,7 @@ gem 'concurrent-ruby', require: false
gem 'connection_pool', require: false
gem 'xorcist', '~> 1.1'
gem 'net-http', '~> 0.6.0'
gem 'net-http', '~> 0.9.0'
gem 'rubyzip', '~> 3.0'
gem 'hcaptcha', '~> 7.1'

View File

@ -455,8 +455,8 @@ GEM
msgpack (1.8.0)
multi_json (1.20.1)
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.6.4)
date
net-protocol
@ -1012,7 +1012,7 @@ DEPENDENCIES
memory_profiler
mime-types (~> 3.7.0)
mutex_m
net-http (~> 0.6.0)
net-http (~> 0.9.0)
net-ldap (~> 0.18)
nokogiri (~> 1.15)
omniauth (~> 2.0)