voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 241 forks source link

Ruby 2.6 support #437

Closed lukeasrodgers closed 2 years ago

lukeasrodgers commented 5 years ago

Addresses an IPAddr validation error issue with ruby 2.6. Fixes #430

bastelfreak commented 4 years ago

Hey people, could we get this merged and released? It's also breaking the tests on Ruby 2.7

boutil commented 4 years ago

Hi! I confirm that the patch fixes #430. It is applied in Debian to solve the same bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952019 discovered during the transition from ruby2.5 to ruby2.7.

pboling commented 3 years ago

https://github.com/ruby-json-schema/json-schema/issues/423#issuecomment-634811990

ghoneycutt commented 2 years ago

Thank you for your contribution. This functionality has been added with PR #457