Package: ruby-json-schema / 2.8.1-2

Metadata

Package Version Patches format
ruby-json-schema 2.8.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ruby27_support.patch | (download)

lib/json-schema/attributes/formats/ip.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] rescue ipaddr::invalidaddresserror

As of ruby 2.6 the error raise here includes a string with the offending
IP in it, which causes the matching to fail. We could just ditch string
matching altogether except for 1.9.3 support, which raises a generic
ArugmentError.