lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.73k stars 976 forks source link

Fix: Add back support for Hash#pretty_inspect #1540

Closed olleolleolle closed 9 months ago

olleolleolle commented 9 months ago

Description

This PR reverts commit 53c7b499db87894c56d9a556ff9bddf5852b002d.

This require is necessary, in order to have access to the method Hash#pretty_inspect. Thanks @segiddins for sharp eyes!