aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-orchestrator_client/files/patch-lib_orchestrator__client.rb
blob: f557c5b9a94e43c39ac8a700c27e04fa367700cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/orchestrator_client.rb.orig	2023-03-24 18:18:51 UTC
+++ lib/orchestrator_client.rb
@@ -3,6 +3,7 @@ require 'uri'
 require 'json'
 require 'openssl'
 require 'faraday'
+require 'faraday/net_http_persistent'
 
 class OrchestratorClient
   require 'orchestrator_client/error'