From a4770880094ece3fa0aa5140fda72a4ab11a7110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20de=20Ara=C3=BAjo=20Costa=20Driemeyer?= Date: Mon, 30 Oct 2023 16:13:50 -0300 Subject: [PATCH] Fixed return type of HTTParty::Response#parsed_response --- gems/httparty/0.18/httparty.rbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gems/httparty/0.18/httparty.rbs b/gems/httparty/0.18/httparty.rbs index ce56d1f11..92c45a3f8 100644 --- a/gems/httparty/0.18/httparty.rbs +++ b/gems/httparty/0.18/httparty.rbs @@ -424,7 +424,7 @@ module HTTParty def initialize: (HTTParty::Request request, untyped response, String parsed_block, ?Hash[untyped, untyped] options) -> instance - def parsed_response: () -> String + def parsed_response: () -> Object def code: () -> Integer