coub / raml_ruby

Raml Ruby
MIT License
93 stars 27 forks source link

bump up json-schema version to latest #16

Closed adamcooper closed 9 years ago

adamcooper commented 9 years ago

Increase the version of json-schema to the latest.

The latest version includes the JSON::Schema::Reader which is useful if you want to control how the dependent JSON Schemas are read. More details here: https://github.com/ruby-json-schema/json-schema#controlling-remote-schema-reading

All the tests pass and I've found no issues.