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