about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-13 14:36:07 +0100
committerGitHub <noreply@github.com>2023-02-13 14:36:07 +0100
commitcc92c65d832a7920cc4dcd55ce703022c0a19632 (patch)
tree0247323047f38ca715f2bff8f697ac500a97548a /Gemfile.lock
parent66f2ad483c621cac783e639f68842e770f425b11 (diff)
Add dependency on net-http (#23571)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f325a7df8..38f6ce65f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -410,6 +410,8 @@ GEM
     msgpack (1.6.0)
     multi_json (1.15.0)
     multipart-post (2.1.1)
+    net-http (0.3.2)
+      uri
     net-imap (0.3.4)
       date
       net-protocol
@@ -716,6 +718,7 @@ GEM
     unf_ext (0.0.8.2)
     unicode-display_width (2.4.2)
     uniform_notifier (1.16.0)
+    uri (0.12.0)
     validate_email (0.1.6)
       activemodel (>= 3.0)
       mail (>= 2.2.5)
@@ -819,6 +822,7 @@ DEPENDENCIES
   mario-redis-lock (~> 1.2)
   memory_profiler
   mime-types (~> 3.4.1)
+  net-http (~> 0.3.2)
   net-ldap (~> 0.17)
   nokogiri (~> 1.14)
   nsa (~> 0.2)