SUSE / machinery

A systems management toolkit for Linux
GNU General Public License v3.0
158 stars 32 forks source link

Allow newer versions of json-schema then 2.2.5 #2268

Closed thardeck closed 5 years ago

thardeck commented 5 years ago

While the performance issue is still not completely fixed https://github.com/ruby-json-schema/json-schema/issues/261 newer Ruby versions show warnings with the old json-schema versions so we need to support the newer ones.

Newer json-schema versions have a littel different error messages that's why the tests needed to be adapted accordingly.