Update dependency net-http to '~> 0.6.0'

This commit is contained in:
renovate[bot] 2024-12-02 09:35:54 +00:00 committed by GitHub
parent 5c06fe4902
commit 4c07775fb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -222,7 +222,7 @@ gem 'concurrent-ruby', require: false
gem 'connection_pool', require: false gem 'connection_pool', require: false
gem 'xorcist', '~> 1.1' gem 'xorcist', '~> 1.1'
gem 'net-http', '~> 0.5.0' gem 'net-http', '~> 0.6.0'
gem 'rubyzip', '~> 2.3' gem 'rubyzip', '~> 2.3'
gem 'hcaptcha', '~> 7.1' gem 'hcaptcha', '~> 7.1'

View file

@ -412,7 +412,7 @@ GEM
msgpack (1.7.5) msgpack (1.7.5)
multi_json (1.15.0) multi_json (1.15.0)
mutex_m (0.3.0) mutex_m (0.3.0)
net-http (0.5.0) net-http (0.6.0)
uri uri
net-imap (0.5.1) net-imap (0.5.1)
date date
@ -944,7 +944,7 @@ DEPENDENCIES
memory_profiler memory_profiler
mime-types (~> 3.6.0) mime-types (~> 3.6.0)
mutex_m mutex_m
net-http (~> 0.5.0) net-http (~> 0.6.0)
net-ldap (~> 0.18) net-ldap (~> 0.18)
nokogiri (~> 1.15) nokogiri (~> 1.15)
oj (~> 3.14) oj (~> 3.14)