From 7d1e5a013042dae771967f82894175b5c0ea8dfc Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 2 Oct 2019 14:28:17 +0200 Subject: [PATCH] Rubocop: Lint/SendWithMixinArgument - same as 0ac691abaf1f78185f025ea8c8711f3970b49ebc --- lib/faraday/adapter/em_http_ssl_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday/adapter/em_http_ssl_patch.rb b/lib/faraday/adapter/em_http_ssl_patch.rb index bae59c25e..d33a9c4cf 100644 --- a/lib/faraday/adapter/em_http_ssl_patch.rb +++ b/lib/faraday/adapter/em_http_ssl_patch.rb @@ -59,4 +59,4 @@ def certificate_store end end -EventMachine::HttpStubConnection.send(:include, EmHttpSslPatch) +EventMachine::HttpStubConnection.include(EmHttpSslPatch)