You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch backports URI#hostname to ruby 1.9.2 and older.
URI#hostname is used for IPv6 support in Excon.
URI#hostname was added in stdlib in v1_9_3_0 in this commit:
ruby/ruby@5fd45a4
Addressable::URI is also an URI parser accepted in some parts of Excon.
Addressable::URI#hostname was added in addressable-2.3.5+ in this commit:
sporkmonger/addressable@1b94abb
Users who want to use Addressable::URI to parse URIs must upgrade to 2.3.5 or newer.
0 commit comments